summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevd.h b/udevd.h
index 1e9c702896..20dde8e8b3 100644
--- a/udevd.h
+++ b/udevd.h
@@ -32,7 +32,7 @@
#define EVENT_SEQNUM ".udev/uevent_seqnum"
/* maximum limit of forked childs */
-#define UDEVD_MAX_CHILDS 64
+#define UDEVD_MAX_CHILDS 256
/* start to throttle forking if maximum number of running childs in our session is reached */
#define UDEVD_MAX_CHILDS_RUNNING 16