We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee8b87 commit 9c1d56aCopy full SHA for 9c1d56a
graphannis/src/annis/db/corpusstorage.rs
@@ -954,7 +954,7 @@ impl CorpusStorage {
954
// make it known to the cache
955
cache.insert(
956
corpus_name.clone(),
957
- Arc::new(RwLock::new(CacheEntry::Loaded(graph))),
+ Arc::new(RwLock::new(CacheEntry::NotLoaded)),
958
);
959
check_cache_size_and_remove_with_cache(
960
cache,
graphannis/src/annis/db/mod.rs
@@ -7,5 +7,3 @@ mod plan;
7
pub mod relannis;
8
pub mod sort_matches;
9
pub mod token_helper;
10
-
11
-pub use graphannis_core::annostorage::AnnotationStorage;
0 commit comments