summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-05-03 16:32:41 +0200
committerLennart Poettering <lennart@poettering.net>2013-05-03 16:32:41 +0200
commit417b1a62ed9ca700a180f27ed6ea8e972194b9ad (patch)
treec8286d6954e0c678ac12522cd8ffff529e449d43
parent2b68185ac97a98bf9d6f31b2ac1fddbaaffaa887 (diff)
downloadsystemd-417b1a62ed9ca700a180f27ed6ea8e972194b9ad.tar.gz
core: bump simultaneous bus connection limit to 512
-rw-r--r--src/core/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus.c b/src/core/dbus.c
index 5a61a1a654..1272c938cf 100644
--- a/src/core/dbus.c
+++ b/src/core/dbus.c
@@ -48,7 +48,7 @@
#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"