mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
Remove MaxAge again
This commit is contained in:
parent
416975fb7e
commit
210f108306
|
|
@ -54,7 +54,6 @@ var streams = []*nats.StreamConfig{
|
||||||
Name: InputDeviceListUpdate,
|
Name: InputDeviceListUpdate,
|
||||||
Retention: nats.InterestPolicy,
|
Retention: nats.InterestPolicy,
|
||||||
Storage: nats.FileStorage,
|
Storage: nats.FileStorage,
|
||||||
MaxAge: time.Hour * 24,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: InputSigningKeyUpdate,
|
Name: InputSigningKeyUpdate,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue