diff --git a/fuzzing/EpollHelloWorld.cpp b/fuzzing/EpollHelloWorld.cpp index 91b76d5..fbe833a 100644 --- a/fuzzing/EpollHelloWorld.cpp +++ b/fuzzing/EpollHelloWorld.cpp @@ -26,8 +26,8 @@ void test() { /* Settings */ .compression = uWS::SHARED_COMPRESSOR, .maxPayloadLength = 16 * 1024, - .idleTimeout = 10, - .maxBackpressure = 1 * 1024 * 1024, + .idleTimeout = 12, + .maxBackpressure = 1024, /* Handlers */ .open = [](auto *ws) { /* Open event here, you may access ws->getUserData() which points to a PerSocketData struct */