This commit is contained in:
Stephane Nicoll
2018-08-16 10:52:09 +02:00
parent 2cd74e4a26
commit 91e3856947
3 changed files with 4 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ content into your application. Rather, pick only the properties that you need.
spring.task.pool.keep-alive=60s # Time limit for which threads may remain idle before being terminated.
spring.task.pool.max-size= # Maximum allowed number of threads. If tasks are filling up the queue, the pool can expand up to that size to accommodate the load. Ignored if the queue is unbounded.
spring.task.pool.queue-capacity= # Queue capacity. An unbounded capacity does not increase the pool and therefore ignores the "max-size" property.
spring.task.thread-name-prefix=executor- # Prefix to use for the names of newly created threads.
spring.task.thread-name-prefix=task # Prefix to use for the names of newly created threads.
# ----------------------------------------
# WEB PROPERTIES