]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/automount.c
automount: lower the idle polling frequency a bit 696/head
authorLennart Poettering <lennart@poettering.net>
Fri, 24 Jul 2015 01:13:57 +0000 (03:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 24 Jul 2015 01:13:57 +0000 (03:13 +0200)
commitdbf5cc473f94972c041a4b9beb299e94d66cba7f
treea60b642e326164fc374b50f37a07a48618308dab
parentc5f44880ca35bc0246ddf90cbf2af45b10e4a4d5
automount: lower the idle polling frequency a bit

The autofs kernel idle logic requires us to poll the kernel for
idleness. This is of course suboptimal, but cannot be fixed without
kernel change.

Currently the polling frequency is set to 1/10 of the idle timeout. This
is quite high, as seen in #571. Let's lower this to 1/3.
src/core/automount.c