Skip to content

Commit

Permalink
fixed #748 (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyou001 committed Jun 13, 2024
1 parent c8a685d commit 2046d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public ClientManagerImpl(Client client) {
Runtime.getRuntime().availableProcessors(),
60,
TimeUnit.SECONDS,
new LinkedBlockingQueue<>(),
new LinkedBlockingQueue<>(50000),
new ThreadFactoryImpl("ClientAsyncWorker", clientIndex));
}

Expand Down

0 comments on commit 2046d47

Please sign in to comment.