Skip to content

Commit

Permalink
Rename service_idle_kill to service_idle_kill_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and cmouse committed Sep 20, 2024
1 parent f883226 commit 4ffa580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: `
Expand Down
6 changes: 3 additions & 3 deletions docs/core/config/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4ffa580

Please sign in to comment.