mirror of
https://github.com/matrix-org/dendrite
synced 2025-03-14 05:10:20 +01:00
Update federation event cache
This commit is contained in:
parent
5353eea0ba
commit
d511409c8f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue