From 7b59b98919327500b3dda94fa9a7ed9cf058046e Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Tue, 16 Feb 2021 17:54:29 +0100 Subject: [PATCH] Update EpollHelloWorld.cpp --- fuzzing/EpollHelloWorld.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */