lmx 2 недель назад
Родитель
Сommit
6c627666cb

+ 1 - 1
src/main/java/com/telerobot/fs/outbound/batchcall/CallTask.java

@@ -112,7 +112,7 @@ public class CallTask implements Runnable {
 
 
 	static {
-		int fsEslMsgThreadPoolSize = Integer.parseInt(AppContextProvider.getEnvConfig("app-config.fs-esl-msg-thread-pool-size", "50"));
+		int fsEslMsgThreadPoolSize = Integer.parseInt(AppContextProvider.getEnvConfig("app-config.fs-esl-msg-thread-pool-size", "100"));
 		fsMsgThreadPool = ThreadPoolCreator.create(fsEslMsgThreadPoolSize, "fsMsgThreadPool", 12L, 5000);
 
 		int batchTaskThreadNumber = Integer.parseInt(

+ 1 - 1
src/main/resources/application-238.properties

@@ -18,7 +18,7 @@ app-config.start-recordings-on-ringing=true
 app-config.inbound-call.transfer-call-thread-pool-size = 30
 # phone-bar:on websocket disconnected, whether end call session
 app-config.phone-bar.end-call-on-websocket-disconnect=false
-app-config.fs-esl-msg-thread-pool-size = 10
+app-config.fs-esl-msg-thread-pool-size = 100
 
 #current call-center identity number;
 fs.nodes.call-center.identity = 01

+ 1 - 1
src/main/resources/application-pro.properties

@@ -18,7 +18,7 @@ app-config.start-recordings-on-ringing=true
 app-config.inbound-call.transfer-call-thread-pool-size = 30
 # phone-bar:on websocket disconnected, whether end call session
 app-config.phone-bar.end-call-on-websocket-disconnect=false
-app-config.fs-esl-msg-thread-pool-size = 10
+app-config.fs-esl-msg-thread-pool-size = 100
 
 #current call-center identity number;
 fs.nodes.call-center.identity = 01