Skip to content

Commit

Permalink
Remove filterTimeout configuration option as it remained after removi…
Browse files Browse the repository at this point in the history
…ng legacy filter where it belong to. (#2797)
  • Loading branch information
NagyZoltanPeter committed Jun 11, 2024
1 parent dcff7e9 commit 25a8b98
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions waku/factory/external_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,6 @@ type WakuNodeConf* = object
name: "filternode"
.}: string

filterTimeout* {.
desc:
"Filter clients will be wiped out if not able to receive push messages within this timeout. In seconds.",
defaultValue: 14400, # 4 hours
name: "filter-timeout"
.}: int64

filterSubscriptionTimeout* {.
desc:
"Timeout for filter subscription without ping or refresh it, in seconds. Only for v2 filter protocol.",
Expand Down

0 comments on commit 25a8b98

Please sign in to comment.