Skip to content

Commit 03bce75

Browse files
sirainenfleischie
authored andcommitted
Rename service_idle_kill to service_idle_kill_interval
1 parent 4505a8c commit 03bce75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9933,7 +9933,7 @@ the process should get restarted eventually. For example \`100\` or \`1000\`
99339933
can be good values.`
99349934
},
99359935

9936-
service_idle_kill: {
9936+
service_idle_kill_interval: {
99379937
tags: [ 'service' ],
99389938
changed: {
99399939
settings_service_idle_kill_changed: `

docs/core/config/service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)