diff --git a/src/proxy/tinymitm/proxy.cpp b/src/proxy/tinymitm/proxy.cpp index 6c8b88c..452e3da 100644 --- a/src/proxy/tinymitm/proxy.cpp +++ b/src/proxy/tinymitm/proxy.cpp @@ -366,7 +366,7 @@ void TinyMITMProxy::handleClient(SOCKET clientSocket) FD_SET(clientGuard, &r_fds); FD_SET(remoteGuard, &r_fds); - struct timeval tv{0, 50000}; + struct timeval tv{0, 1000}; bool hasBuffered = (wolfSSL_pending(clientSSL.get()) > 0 || wolfSSL_pending(remoteSSL.get()) > 0); if (!hasBuffered)