diff --git a/configs/stasis_core.conf.sample b/configs/stasis_core.conf.sample new file mode 100644 index 0000000000..840b13ae1c --- /dev/null +++ b/configs/stasis_core.conf.sample @@ -0,0 +1,6 @@ +[general] + +[threadpool] +;initial_size = 0 ; Initial size of the threadpool +;idle_timeout = 20 ; Number of seconds a thread should be idle before dying +;max_size = 200 ; Maximum number of threads in the threadpool