increase peer.channel.read.timeout to prevent readTimeoutException.
This commit is contained in:
parent
ff9c129235
commit
da38a89d49
|
@ -76,7 +76,7 @@ transaction.approve.timeout = 15
|
|||
# the parameter specifies how much
|
||||
# time we will wait for a message
|
||||
# to come before closing the channel
|
||||
peer.channel.read.timeout = 30
|
||||
peer.channel.read.timeout = 300
|
||||
|
||||
# default directory where we keep
|
||||
# basic Serpent samples relative
|
||||
|
|
Loading…
Reference in New Issue