mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
fixed comment
This commit is contained in:
parent
e864a45d57
commit
8e2e9254f7
1 changed files with 1 additions and 1 deletions
2
cache.go
2
cache.go
|
|
@ -116,7 +116,7 @@ type RankCache struct {
|
|||
updateN int
|
||||
updateTime time.Time
|
||||
|
||||
// CacheLimit is the user defined size of the cache
|
||||
// maxEntries is the user defined size of the cache
|
||||
maxEntries int
|
||||
|
||||
// thresholdBuffer is used the calculate the lowest cached threshold value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue