From 25a8b98f120632526c4463f7c8050e1debb3d5b2 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:07:46 +0200 Subject: [PATCH] Remove filterTimeout configuration option as it remained after removing legacy filter where it belong to. (#2797) --- waku/factory/external_config.nim | 7 ------- 1 file changed, 7 deletions(-) diff --git a/waku/factory/external_config.nim b/waku/factory/external_config.nim index 439f07bc9..bc3c08bb1 100644 --- a/waku/factory/external_config.nim +++ b/waku/factory/external_config.nim @@ -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.",