We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f522f6b commit 91952bbCopy full SHA for 91952bb
src/main.c
@@ -90,7 +90,7 @@ int main(int argc, char *argv[]){
90
91
92
CwebServer server = newCwebSever(port_num, main_sever);
93
- server.function_timeout = timeout;
+ server.function_timeout = 500;
94
server.client_timeout = 500;
95
96
CwebServer_start(&server);
0 commit comments