1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-17 16:45:25 +00:00

Update syslog-ng max-connections (#179)

This commit is contained in:
Christopher Harrison 2021-03-18 15:22:14 -05:00 committed by GitHub
parent 93be32f715
commit 48b8e4cd60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ source s_sys {
};
source s_net {
tcp(ip(0.0.0.0), port(514));
tcp(ip(0.0.0.0), port(514), max-connections(300));
udp(ip(0.0.0.0), port(514));
unix-stream("/run/syslog-ng/syslog-ng.sock");
};