1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-05 09:17:44 +03:00

core: bump simultaneous bus connection limit to 512

This commit is contained in:
Lennart Poettering 2013-05-03 16:32:41 +02:00
parent 2b68185ac9
commit 417b1a62ed

View File

@ -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"