mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
kmsg-syslogd: increase terminate timeout to 5min to generte less debug spew
This commit is contained in:
parent
5622dde36d
commit
3351dc0721
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user