stasis.conf.sample 554 B

123456789
  1. [threadpool]
  2. ;initial_size = 5 ; Initial size of the threadpool.
  3. ; ; 0 means the threadpool has no threads initially
  4. ; ; until a task needs a thread.
  5. ;idle_timeout_sec = 20 ; Number of seconds a thread should be idle before
  6. ; ; dying. 0 means threads never time out.
  7. ;max_size = 50 ; Maximum number of threads in the Stasis threadpool.
  8. ; ; 0 means no limit to the number of threads in the
  9. ; ; threadpool.