Fixed reference to timeout in README

This commit is contained in:
Nils Steinger 2017-05-08 21:30:06 +02:00
parent 673a7e0207
commit 392f537da0
1 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,10 @@ IPv4- and v6-enabled download at http://wget.racing/nench.sh
- reduced number of speedtests (9 x 100 MB), while retaining useful European - reduced number of speedtests (9 x 100 MB), while retaining useful European
and North American POPs and North American POPs
- runs IPv6 speedtest by default (if the server has IPv6 connectivity) - runs IPv6 speedtest by default (if the server has IPv6 connectivity)
- has a 50-second timeout for each speedtest, so you don't end up waiting 10 - has a 10-second timeout for each speedtest, so you don't end up waiting 10
minutes for that one slow speedtest from halfway around the globe minutes for that one slow speedtest from halfway around the globe — but
(this means that any speedtest result < 2 MB/s will be squelched) thanks to the power of `curl -w`, you still get to see what speed your server
achieved during those 10 seconds
The script was originally intended to be used only by me, so I didn't put much The script was originally intended to be used only by me, so I didn't put much
effort into ensuring safety, security, and interoperability. effort into ensuring safety, security, and interoperability.