We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facd0da commit 22ae730Copy full SHA for 22ae730
src/main/resources/application.properties
@@ -9,6 +9,8 @@ pn.env.runtime=PROD
9
spring.application.name=PN-ExternalChannel
10
11
#Default value MUST always be 1
12
+spring.task.scheduling.pool.size=9
13
+
14
spring.task.execution.pool.max-size=${PnEcTaskExecutionPoolMaxSize:500}
15
16
jetty.maxConnectionsPerDestination=${maxConnectionsPerDestination:2048}
0 commit comments