mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
logger: leave the logger longer around and allow it do handle more connections
This commit is contained in:
parent
5d44db4a90
commit
84168c7740
@ -38,9 +38,9 @@
|
||||
#include "sd-daemon.h"
|
||||
#include "tcpwrap.h"
|
||||
|
||||
#define STREAMS_MAX 256
|
||||
#define STREAMS_MAX 4096
|
||||
#define SERVER_FD_MAX 16
|
||||
#define TIMEOUT ((int) (10*MSEC_PER_SEC))
|
||||
#define TIMEOUT ((int) (5*60*MSEC_PER_SEC))
|
||||
|
||||
typedef struct Stream Stream;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user