Skip to content

Commit

Permalink
Make fuzzer faster on large input/output
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Aug 25, 2023
1 parent f8e1f17 commit d5b5cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define MG_ENABLE_LOG 0
#define MG_ENABLE_LINES 1
#define MG_ENABLE_TCPIP 1
#define MG_IO_SIZE (4 * 1024 * 1024) // 4M IO size, unless resize is too slow

#include "mongoose.c"

Expand Down

0 comments on commit d5b5cec

Please sign in to comment.