mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:56:16 -06:00
increase cache size, since all we're storing is string keys
This commit is contained in:
parent
3aa9abe5f3
commit
e6a3a73944
1 changed files with 1 additions and 1 deletions
|
|
@ -84,6 +84,6 @@ func New(
|
|||
intFilter: intFilter,
|
||||
spamFilter: spamFilter,
|
||||
}
|
||||
fdb.activityIDs.Init(0, 1000)
|
||||
fdb.activityIDs.Init(0, 2048)
|
||||
return &fdb
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue