File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9921,7 +9921,7 @@ the process should get restarted eventually. For example \`100\` or \`1000\`
99219921can be good values.`
99229922 } ,
99239923
9924- service_idle_kill : {
9924+ service_idle_kill_interval : {
99259925 tags : [ 'service' ] ,
99269926 changed : {
99279927 settings_service_idle_kill_changed : `
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ The anvil process tracks state of users and their connections.
120120 auth and login services, because each of them has a persistent connection
121121 to anvil.
122122
123- * ** idle_kill =infinite** , because it should never die or all of its tracked
124- state would be lost.
123+ * ** idle_kill_interval =infinite** , because it should never die or all of its
124+ tracked state would be lost.
125125
126126* [[ doveadm,who]] and some other doveadm commands connect to anvil's UNIX
127127 listener and request its state.
@@ -221,7 +221,7 @@ be used.
221221
222222 This can be used to cycle the process after the specified number of auth
223223 requests (default is unlimited). The worker processes also stop after
224- being idle for ` idle_kill ` seconds .
224+ being idle for [[ setting,service_idle_kill_interval ]] .
225225
226226### config
227227
You can’t perform that action at this time.
0 commit comments