]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
master: Replace per-process idle_kill timeout with per-service
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 23 Mar 2023 14:07:26 +0000 (16:07 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 11 May 2023 09:15:05 +0000 (12:15 +0300)
commitd0e74ddac0fa471d13b5e4f70e6f33ac2379cf06
tree2ee47426065d335e61098506ac6479cbfdd14b85
parent008622eb2c31236497ee2e24fe0029fdc29f72bb
master: Replace per-process idle_kill timeout with per-service

This is much more efficient, since it doesn't have to keep updating the
timeout constantly for busy processes.

This change still preserves the original way the idle_kill setting behaves.
src/master/service-monitor.c
src/master/service-process.c
src/master/service-process.h
src/master/service.h