mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Reduce keepAliveTime to 30 sec.
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
7953e35395
commit
d5b65fe239
1 changed files with 2 additions and 2 deletions
|
@ -105,12 +105,12 @@ public abstract class NetworkNode implements MessageListener {
|
|||
maxConnections * 2,
|
||||
maxConnections * 3,
|
||||
30,
|
||||
60);
|
||||
30);
|
||||
sendMessageExecutor = Utilities.getListeningExecutorService("NetworkNode.sendMessage",
|
||||
maxConnections * 2,
|
||||
maxConnections * 3,
|
||||
30,
|
||||
60);
|
||||
30);
|
||||
serverExecutor = Utilities.getSingleThreadExecutor("NetworkNode.server-" + servicePort);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue