mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-06-14 06:02:49 +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,
|
Subjects: streamSubjects,
|
||||||
MaxAge: o.PersistDuration,
|
MaxAge: o.PersistDuration,
|
||||||
Storage: jetstream.FileStorage,
|
Storage: jetstream.FileStorage,
|
||||||
Duplicates: time.Minute,
|
Duplicates: time.Minute * 20,
|
||||||
})
|
})
|
||||||
|
|
||||||
return &jetStreamPub{
|
return &jetStreamPub{
|
||||||
|
Loading…
Reference in New Issue
Block a user