]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/time-util.c
logging: reduce send timeout to something more sensible
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 14 Dec 2013 16:54:26 +0000 (11:54 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 21 Dec 2013 03:47:26 +0000 (22:47 -0500)
commit4d89874af6a798744a32deb314001a13a28f0559
tree94b6c07a0aa096ebff644b7ec71f9f3fe057f87b
parent3c547e6f8ef6bd37df1197862e1aca63d434cbff
logging: reduce send timeout to something more sensible

For a user, the timeout of 1 min per message seems equivalent to a hang.
If journald cannot process a message from PID1 for 10 ms then something
is significantly wrong. It's better to lose the message and continue.
src/shared/log.c
src/shared/time-util.c