varnish: no threadpool delay by default

This commit is contained in:
Jérémy Lecour 2020-12-20 22:56:15 +01:00 committed by Jérémy Lecour
parent 8861169a04
commit 3e72d6961c
2 changed files with 3 additions and 1 deletions

View file

@ -33,6 +33,8 @@ The **patch** part changes incrementally at each release.
* evocheck: upstream release 20.12 * evocheck: upstream release 20.12
* evolinux-users: improve uid/login checks * evolinux-users: improve uid/login checks
* tomcat-instance: fail if uid already exists * tomcat-instance: fail if uid already exists
* varnish: change template name for better readability
* varnish: no threadpool delay by default
### Fixed ### Fixed

View file

@ -10,7 +10,7 @@ varnish_malloc_size: "2G"
varnish_storage: malloc,{{ varnish_malloc_size }} varnish_storage: malloc,{{ varnish_malloc_size }}
varnish_thread_pools: "{{ ansible_processor_cores * ansible_processor_count }}" varnish_thread_pools: "{{ ansible_processor_cores * ansible_processor_count }}"
varnish_thread_pool_add_delay: 2 varnish_thread_pool_add_delay: 0
varnish_thread_pool_min: 500 varnish_thread_pool_min: 500
varnish_thread_pool_max: 5000 varnish_thread_pool_max: 5000