Update EpollHelloWorld.cpp

This commit is contained in:
Alex Hultman
2021-02-16 17:54:29 +01:00
committed by GitHub
parent 5a3c7c03c5
commit 7b59b98919
+2 -2
View File
@@ -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 */