mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Increase pool size
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
533be5a1ca
commit
a42a3c264e
@ -71,8 +71,8 @@ public class Broadcaster implements BroadcastHandler.ResultHandler {
|
||||
this.peerManager = peerManager;
|
||||
|
||||
ThreadPoolExecutor threadPoolExecutor = Utilities.getThreadPoolExecutor("Broadcaster",
|
||||
maxConnections * 2,
|
||||
maxConnections * 3,
|
||||
maxConnections * 4,
|
||||
30,
|
||||
30);
|
||||
executor = MoreExecutors.listeningDecorator(threadPoolExecutor);
|
||||
|
Loading…
Reference in New Issue
Block a user