Polish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user