diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-11-07 14:10:09 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-11-07 14:10:09 +0100 |
commit | fc465079caefbbfb838019e3c2b86ffa3e889efa (patch) | |
tree | c6b4ba5b5c050c562e7ea1c9ad9d8ca92b69f94a /udevd.h | |
parent | 8f528042ca780a6f772dd8f9b4a1427f2407a264 (diff) |
never queue events with TIMEOUT set
With removing the event reorder queue, we can fix the TIMEOUT events
like firmware loading proper, and never delay any of these events.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udevd.h')
-rw-r--r-- | udevd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ /* maximum limit of runnig childs */ #define UDEVD_MAX_CHILDS 64 /* start to throttle forking if maximum number of running childs in our session is reached */ -#define UDEVD_MAX_CHILDS_RUNNING 8 +#define UDEVD_MAX_CHILDS_RUNNING 16 /* environment buffer, should match the kernel's size in lib/kobject_uevent.h */ #define UEVENT_BUFFER_SIZE 1024 |