Update federation event cache
This commit is contained in:
parent
5353eea0ba
commit
d511409c8f
|
@ -8,8 +8,8 @@ import (
|
|||
|
||||
const (
|
||||
FederationEventCacheName = "federation_event"
|
||||
FederationEventCacheMaxEntries = 1024
|
||||
FederationEventCacheMutable = true
|
||||
FederationEventCacheMaxEntries = 256
|
||||
FederationEventCacheMutable = false
|
||||
)
|
||||
|
||||
// FederationEventCache contains the subset of functions needed for
|
||||
|
|
Loading…
Reference in a new issue