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:
parent
2b68185ac9
commit
417b1a62ed
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user