diff options
Diffstat (limited to 'cache/subcache.go')
-rw-r--r-- | cache/subcache.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cache/subcache.go b/cache/subcache.go index 7757ce82..6a9559ef 100644 --- a/cache/subcache.go +++ b/cache/subcache.go @@ -139,6 +139,8 @@ func (sc *SubCache[EntityT, ExcerptT, CacheT]) Load() error { return fmt.Errorf("count mismatch between bleve and %s excerpts", sc.namespace) } + // TODO: find a way to check lamport clocks + return nil } |