mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 00:46:44 +00:00
Remove filterTimeout configuration option as it remained after removing legacy filter where it belong to. (#2797)
This commit is contained in:
parent
dcff7e993d
commit
25a8b98f12
@ -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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user