summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mdevd/mdevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdevd/mdevd.c b/src/mdevd/mdevd.c
index 8671600..162a6f5 100644
--- a/src/mdevd/mdevd.c
+++ b/src/mdevd/mdevd.c
@@ -987,7 +987,7 @@ int main (int argc, char const *const *argv)
char const *configfile = "/etc/mdev.conf" ;
iopause_fd x[2] = { { .events = IOPAUSE_READ }, { .events = IOPAUSE_READ } } ;
unsigned int notif = 0 ;
- unsigned int kbufsz = 65536 ;
+ unsigned int kbufsz = 196608 ;
char const *slashdev = "/dev" ;
PROG = "mdevd" ;
{