Remove filterTimeout configuration option as it remained after removing legacy filter where it belong to. (#2797)

This commit is contained in:
NagyZoltanPeter 2024-06-11 14:07:46 +02:00 committed by GitHub
parent dcff7e993d
commit 25a8b98f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -366,13 +366,6 @@ type WakuNodeConf* = object
name: "filternode" name: "filternode"
.}: string .}: 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* {. filterSubscriptionTimeout* {.
desc: desc:
"Timeout for filter subscription without ping or refresh it, in seconds. Only for v2 filter protocol.", "Timeout for filter subscription without ping or refresh it, in seconds. Only for v2 filter protocol.",