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 a543467 commit c302e95Copy full SHA for c302e95
src/main.c
@@ -40,7 +40,7 @@ int main(int argc, char *argv[]){
40
printf("--port not valid\n");
41
return 1;
42
}
43
- int timeout = 180; //two minuts
+ int timeout = 500;
44
const char *timeout_flag = CArgvParse_get_flag(&args, TIMEOUT_FLAGS, FLAGS_SIZE, 0);
45
if(timeout_flag){
46
timeout = atoi(timeout_flag);
0 commit comments