[systemd-commits] src/manager.h

Lennart Poettering lennart at kemper.freedesktop.org
Wed Nov 24 14:37:10 PST 2010


 src/manager.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59d1a83370e333e906015a48dc9c1f1a458911f5
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Nov 24 23:36:40 2010 +0100

    manager: bump up max number of units to 128K
    
    https://bugzilla.redhat.com/show_bug.cgi?id=655857

diff --git a/src/manager.h b/src/manager.h
index f9c769e..d8559f1 100644
--- a/src/manager.h
+++ b/src/manager.h
@@ -30,7 +30,7 @@
 #include "fdset.h"
 
 /* Enforce upper limit how many names we allow */
-#define MANAGER_MAX_NAMES 2048
+#define MANAGER_MAX_NAMES 131072 /* 128K */
 
 typedef struct Manager Manager;
 typedef enum WatchType WatchType;



More information about the systemd-commits mailing list