From c9009b52990d86c6d2589b786b6545488e8ae6ef Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 29 Dec 2022 10:26:47 +0100 Subject: commands: don't double build the lamport clocks --- cache/subcache.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cache') 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 } -- cgit