Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 460eba5

Browse files
committed
todo's
1 parent da39500 commit 460eba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idx/memory/memory.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ var (
5858
Partitioned bool
5959
findCacheSize = 1000
6060
findCacheInvalidateQueueSize = 200
61-
findCacheInvalidateMaxSize = 100
62-
findCacheInvalidateMaxWait = 5 * time.Second
61+
findCacheInvalidateMaxSize = 100 // TODO validation that << queue size
62+
findCacheInvalidateMaxWait = 5 * time.Second // TODO make sure validation for the durations works
6363
findCacheBackoffTime = time.Minute
6464
)
6565

0 commit comments

Comments
 (0)