kmsg-syslogd: increase terminate timeout to 5min to generte less debug spew

This commit is contained in:
Lennart Poettering 2011-02-20 23:20:19 +01:00
parent 5622dde36d
commit 3351dc0721

View file

@ -39,7 +39,7 @@
#include "fdset.h"
#define SERVER_FD_MAX 16
#define TIMEOUT ((int) (10*MSEC_PER_SEC))
#define TIMEOUT ((int) (5*MSEC_PER_MINUTE))
typedef struct Stream Stream;