diff --git a/src/core/dbus.c b/src/core/dbus.c index 5dcb0d1c9..80f7589f2 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -43,7 +43,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);