chiark / gitweb /
core: bump simultaneous bus connection limit to 512
authorLennart Poettering <lennart@poettering.net>
Fri, 3 May 2013 14:32:41 +0000 (16:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 3 May 2013 14:32:41 +0000 (16:32 +0200)
src/core/dbus.c

index 5a61a1a6547dff85d95b672aa77007b6bce7492d..1272c938cf55fffbdf0c4bcccfb2a379bc79d44a 100644 (file)
@@ -48,7 +48,7 @@
 #include "special.h"
 #include "dbus-common.h"
 
 #include "special.h"
 #include "dbus-common.h"
 
-#define CONNECTIONS_MAX 52
+#define CONNECTIONS_MAX 512
 
 /* Well-known address (http://dbus.freedesktop.org/doc/dbus-specification.html#message-bus-types) */
 #define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS "unix:path=/var/run/dbus/system_bus_socket"
 
 /* Well-known address (http://dbus.freedesktop.org/doc/dbus-specification.html#message-bus-types) */
 #define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS "unix:path=/var/run/dbus/system_bus_socket"