Changed “conntimeout” default from 5 to 3 and “functimeout” default from 10 to 5
This commit is contained in:
parent
b124326a88
commit
a9b0e049b4
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue