diff options
-rw-r--r-- | src/input/input_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_net.c b/src/input/input_net.c index 5148c3e85..cdb0c383a 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -71,7 +71,7 @@ extern int errno; #endif #define NET_BS_LEN 2324 -#define PREBUF_SIZE 10000000 +#define PREBUF_SIZE 100000 typedef struct { input_plugin_t input_plugin; |