mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 21:42:48 +01:00
Reduce p2pclient timeout to 10 seconds (#5109)
This commit is contained in:
parent
2fe80bd52b
commit
e0c9500770
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ case class P2PClientActor(
|
|||
*/
|
||||
private val network: NetworkParameters = nodeAppConfig.network
|
||||
|
||||
private val timeout = 60.seconds
|
||||
private val timeout = 10.seconds
|
||||
|
||||
/** The manager is an actor that handles the underlying low level I/O resources (selectors, channels)
|
||||
* and instantiates workers for specific tasks, such as listening to incoming connections.
|
||||
|
|
Loading…
Add table
Reference in a new issue