udev: Increase udev monitor buffer size 26/152726/1 accepted/tizen/4.0/unified/20170929.075804 submit/tizen_4.0/20170927.064723 submit/tizen_4.0/20170927.232133
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:59:57 +0000 (02:59 +0000)
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;