Fix Unset
This commit is contained in:
parent
d511409c8f
commit
37279c996d
|
@ -9,7 +9,7 @@ import (
|
|||
const (
|
||||
FederationEventCacheName = "federation_event"
|
||||
FederationEventCacheMaxEntries = 256
|
||||
FederationEventCacheMutable = false
|
||||
FederationEventCacheMutable = true // to allow use of Unset only
|
||||
)
|
||||
|
||||
// FederationEventCache contains the subset of functions needed for
|
||||
|
|
Loading…
Reference in a new issue