mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
Allow up to 4096 simultaneous connections
On large system we hit the limit on 512 simultaneous dbus connections, resulting in tons of annoying messages: Too many concurrent connections, refusing This patch raises the limit to 4096. (cherry picked from commitcbecf9bf92) (cherry picked from commit7eaa810935)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
d53586d247
commit
7ab8dc0dd4
+1
-1
@@ -44,7 +44,7 @@
|
||||
#include "bus-internal.h"
|
||||
#include "selinux-access.h"
|
||||
|
||||
#define CONNECTIONS_MAX 512
|
||||
#define CONNECTIONS_MAX 4096
|
||||
|
||||
static void destroy_bus(Manager *m, sd_bus **bus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user