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 3a1f379 commit 08a0452Copy full SHA for 08a0452
README.md
@@ -671,7 +671,7 @@ cli.set_connection_timeout(0, 300000); // 300 milliseconds
671
cli.set_read_timeout(5, 0); // 5 seconds
672
cli.set_write_timeout(5, 0); // 5 seconds
673
674
-// This method works the same as curl's `--max-timeout` option
+// This method works the same as curl's `--max-time` option
675
svr.set_max_timeout(5000); // 5 seconds
676
```
677
0 commit comments