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