Changed “conntimeout” default from 5 to 3 and “functimeout” default from 10 to 5

This commit is contained in:
pezcurrel 2023-12-31 20:31:41 +01:00
parent b124326a88
commit a9b0e049b4

View file

@ -35,8 +35,8 @@ $opts=[
'peersfp'=>__DIR__.'/peers.responding', 'peersfp'=>__DIR__.'/peers.responding',
'ckpeersfp'=>__DIR__.'/peers.checked', 'ckpeersfp'=>__DIR__.'/peers.checked',
'excludefp'=>null, 'excludefp'=>null,
'conntimeout'=>5, 'conntimeout'=>3,
'functimeout'=>10, 'functimeout'=>5,
'loop'=>false, 'loop'=>false,
'excludedead'=>true, 'excludedead'=>true,
'ignorelock'=>false, 'ignorelock'=>false,