Increase cache sizes

This commit is contained in:
Neil Alexander 2020-05-15 10:52:10 +01:00
parent 5bba811354
commit bf69fa9b5e

View file

@ -5,8 +5,8 @@ import (
) )
const ( const (
RoomVersionMaxCacheEntries = 128 RoomVersionMaxCacheEntries = 1024
ServerKeysMaxCacheEntries = 128 ServerKeysMaxCacheEntries = 1024
) )
type ImmutableCache interface { type ImmutableCache interface {