mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
Increase cache sizes
This commit is contained in:
parent
5bba811354
commit
bf69fa9b5e
|
|
@ -5,8 +5,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
RoomVersionMaxCacheEntries = 128
|
||||
ServerKeysMaxCacheEntries = 128
|
||||
RoomVersionMaxCacheEntries = 1024
|
||||
ServerKeysMaxCacheEntries = 1024
|
||||
)
|
||||
|
||||
type ImmutableCache interface {
|
||||
|
|
|
|||
Loading…
Reference in a new issue