From 210f108306820f29db467cc31f4b129cfc842d1d Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:03:44 +0100 Subject: [PATCH] Remove MaxAge again --- setup/jetstream/streams.go | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/jetstream/streams.go b/setup/jetstream/streams.go index bcfbadada..741407926 100644 --- a/setup/jetstream/streams.go +++ b/setup/jetstream/streams.go @@ -54,7 +54,6 @@ var streams = []*nats.StreamConfig{ Name: InputDeviceListUpdate, Retention: nats.InterestPolicy, Storage: nats.FileStorage, - MaxAge: time.Hour * 24, }, { Name: InputSigningKeyUpdate,