udev: Increase udev monitor buffer size 25/152725/1 accepted/tizen/unified/20170928.072235 submit/tizen/20170927.065426 submit/tizen/20170927.232123
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 27 Sep 2017 02:58:06 +0000 (11:58 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 27 Sep 2017 02:58:26 +0000 (11:58 +0900)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I17054338f2b600f4a17e0b41502a565539b069a6

src/shared/udev.c

index 113c6a6..c4a60b6 100644 (file)
@@ -32,7 +32,7 @@
 
 #define SIGNAL_POWEROFF_STATE  "ChangeState"
 
-#define UDEV_MONITOR_SIZE   (100*1024)
+#define UDEV_MONITOR_SIZE   (128*1024)
 
 struct uevent_info {
        struct udev_monitor *mon;