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',
'ckpeersfp'=>__DIR__.'/peers.checked',
'excludefp'=>null,
'conntimeout'=>5,
'functimeout'=>10,
'conntimeout'=>3,
'functimeout'=>5,
'loop'=>false,
'excludedead'=>true,
'ignorelock'=>false,