mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-02-15 07:24:27 -06:00
Fix Unset
This commit is contained in:
parent
d511409c8f
commit
37279c996d
|
@ -9,7 +9,7 @@ import (
|
||||||
const (
|
const (
|
||||||
FederationEventCacheName = "federation_event"
|
FederationEventCacheName = "federation_event"
|
||||||
FederationEventCacheMaxEntries = 256
|
FederationEventCacheMaxEntries = 256
|
||||||
FederationEventCacheMutable = false
|
FederationEventCacheMutable = true // to allow use of Unset only
|
||||||
)
|
)
|
||||||
|
|
||||||
// FederationEventCache contains the subset of functions needed for
|
// FederationEventCache contains the subset of functions needed for
|
||||||
|
|
Loading…
Reference in a new issue