summaryrefslogtreecommitdiff
path: root/configs/stasis.conf.sample
blob: c6466b489c99e631e4c96ca03adb56939bb31a76 (plain)
1
2
3
4
5
6
7
8
[threadpool]
;initial_size = 0	; Initial size of the threadpool

;idle_timeout_sec = 20	; Number of seconds a thread should be idle before dying
;			; 0 means threads never time out

;max_size = 200         ; Maximum number of threads in the threadpool
;			; 0 means no limit to the threads in the threadpool