mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2026-04-28 11:31:06 +02:00
fix: remove wide jetstream dedup window. Now reduced to 1 minute.
* closes #39
This commit is contained in:
@@ -83,7 +83,6 @@ func main() {
|
||||
jetStreamPub, err := pub.NewJetStreamPub(pub.JetStreamOpts{
|
||||
Endpoint: ko.MustString("jetstream.endpoint"),
|
||||
PersistDuration: time.Duration(ko.MustInt("jetstream.persist_duration_hrs")) * time.Hour,
|
||||
DedupDuration: time.Duration(ko.MustInt("jetstream.dedup_duration_hrs")) * time.Hour,
|
||||
Logg: lo,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user