Increase pool size

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2023-01-05 22:17:09 -05:00 committed by Alejandro García
parent 533be5a1ca
commit a42a3c264e
No known key found for this signature in database
GPG Key ID: F806F422E222AA02

View File

@ -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);