mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-06-13 22:02:48 +02:00
Merge branch 'master' into cel2
This commit is contained in:
commit
9d36e913a9
@ -49,7 +49,7 @@ func NewJetStreamPub(o JetStreamOpts) (Pub, error) {
|
||||
Subjects: streamSubjects,
|
||||
MaxAge: o.PersistDuration,
|
||||
Storage: jetstream.FileStorage,
|
||||
Duplicates: time.Minute,
|
||||
Duplicates: time.Minute * 20,
|
||||
})
|
||||
|
||||
return &jetStreamPub{
|
||||
|
Loading…
Reference in New Issue
Block a user