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 18dcc29 commit 14042aeCopy full SHA for 14042ae
1 file changed
store/storethehash/option.go
@@ -19,6 +19,7 @@ type config struct {
19
burstRate sthtypes.Work
20
indexSizeBits uint8
21
syncInterval time.Duration
22
+ gcInterval time.Duration
23
}
24
25
type Option func(*config)
0 commit comments