mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-06-13 14:02:48 +02:00
feat-testing: raise duplicates window to 20 minutes
This commit is contained in:
parent
e370d7eae5
commit
20ba62f313
@ -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