diff --git a/file.c b/file.c index b78c54f..b1adcb7 100644 --- a/file.c +++ b/file.c @@ -38,7 +38,7 @@ #include /* limit of sys & proc files */ -#define RPC_FILE_MIN_SIZE (128) +#define RPC_FILE_MIN_SIZE (4096) /* limit of regular files and command output data */ #define RPC_FILE_MAX_SIZE (4096 * 64)