You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
max-pool-size-min= ${?HTTP_PUSH_CORE_POOL_SIZE_MAX} # Overriding with the value of HTTP_PUSH_CORE_POOL_SIZE_MAX as if threads are a reason for http problems the pool normaly doesn't grow on its own so
1340
-
# it is better to set the core upper limit manualy and this config will forse the core pool size to this value.
1341
-
max-pool-size-max = 2147483647,
1342
-
allow-core-timeout = on # Enables timeout of core threads
1345
+
# Minimum number of threads to cap factor-based maximumPoolSize number to
1346
+
max-pool-size-min= 64
1347
+
max-pool-size-min= ${?HTTP_PUSH_POOL_SIZE_MAX}
1348
+
# Max number of threads to cap factor-based maximumPoolSize number to
0 commit comments