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