increase cache size, since all we're storing is string keys
This commit is contained in:
parent
3aa9abe5f3
commit
e6a3a73944
|
@ -84,6 +84,6 @@ func New(
|
|||
intFilter: intFilter,
|
||||
spamFilter: spamFilter,
|
||||
}
|
||||
fdb.activityIDs.Init(0, 1000)
|
||||
fdb.activityIDs.Init(0, 2048)
|
||||
return &fdb
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue