mirror of
https://git.kore.io/kore.git
synced 2024-11-15 22:46:21 +01:00
1d604643b5
Before Kore would spawn a task thread per task started if none were available. This was an obvious bad idiom but never really hit me hard until now. Kore will now only spawn as many task threads as configured by "task_threads" and queue up any newly started tasks ontop of already running threads if the limit was hit. |
||
---|---|---|
.. | ||
kore.conf.example |