diff --git a/data/settings.js b/data/settings.js index 157cda3e8..9f11fdf25 100644 --- a/data/settings.js +++ b/data/settings.js @@ -9921,7 +9921,7 @@ the process should get restarted eventually. For example \`100\` or \`1000\` can be good values.` }, - service_idle_kill: { + service_idle_kill_interval: { tags: [ 'service' ], changed: { settings_service_idle_kill_changed: ` diff --git a/docs/core/config/service.md b/docs/core/config/service.md index 127fd9e01..ef4430d00 100644 --- a/docs/core/config/service.md +++ b/docs/core/config/service.md @@ -120,8 +120,8 @@ The anvil process tracks state of users and their connections. auth and login services, because each of them has a persistent connection to anvil. -* **idle_kill=infinite**, because it should never die or all of its tracked - state would be lost. +* **idle_kill_interval=infinite**, because it should never die or all of its + tracked state would be lost. * [[doveadm,who]] and some other doveadm commands connect to anvil's UNIX listener and request its state. @@ -221,7 +221,7 @@ be used. This can be used to cycle the process after the specified number of auth requests (default is unlimited). The worker processes also stop after - being idle for `idle_kill` seconds. + being idle for [[setting,service_idle_kill_interval]]. ### config