From a9b0e049b46346db7b804089f9179922cf4788e7 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 31 Dec 2023 20:31:41 +0100 Subject: [PATCH] =?UTF-8?q?Changed=20=E2=80=9Cconntimeout=E2=80=9D=20defau?= =?UTF-8?q?lt=20from=205=20to=203=20and=20=E2=80=9Cfunctimeout=E2=80=9D=20?= =?UTF-8?q?default=20from=2010=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/clitools/peerscrawl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/clitools/peerscrawl.php b/web/clitools/peerscrawl.php index be4d10a..d099f9c 100755 --- a/web/clitools/peerscrawl.php +++ b/web/clitools/peerscrawl.php @@ -35,8 +35,8 @@ $opts=[ 'peersfp'=>__DIR__.'/peers.responding', 'ckpeersfp'=>__DIR__.'/peers.checked', 'excludefp'=>null, - 'conntimeout'=>5, - 'functimeout'=>10, + 'conntimeout'=>3, + 'functimeout'=>5, 'loop'=>false, 'excludedead'=>true, 'ignorelock'=>false,