chiark / gitweb /
bootchart: use _cleanup_
[elogind.git] / src / core / dbus.c
index e7cf93dc6c3eecb6fc0b666b7a24cbb3d8b50b58..80f7589f248e47280ce2a64d97205eff73d2346b 100644 (file)
@@ -20,7 +20,6 @@
 ***/
 
 #include <sys/epoll.h>
-#include <sys/timerfd.h>
 #include <errno.h>
 #include <unistd.h>
 
@@ -44,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);