Change Executor type for Transport Layer
This commit is contained in:
parent
0b6a68ad30
commit
e31b7ba988
@ -47,7 +47,7 @@ public class TransportContext {
|
||||
|
||||
@PostConstruct
|
||||
public void init() {
|
||||
executor = Executors.newCachedThreadPool();
|
||||
executor = Executors.newWorkStealingPool(50);
|
||||
}
|
||||
|
||||
@PreDestroy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user