Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-04-25 18:34:20 +0300
committerMatt Martz <matt@sivel.net>2017-04-25 18:34:20 +0300
commit2c89c53a79753105fe3c5db5a8b4df88e56a71de (patch)
tree810b614925fd6e47ad86309ffe9014870b05c3c7 /README.rst
parent401c4699910dabb4f2d2e36b4447bba17c3b67ba (diff)
Switch upload pre-allocation to true, but allow disabling
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 69d71cb..0043b5c 100644
--- a/README.rst
+++ b/README.rst
@@ -78,7 +78,7 @@ Usage
[--simple] [--csv] [--csv-delimiter CSV_DELIMITER]
[--csv-header] [--json] [--list] [--server SERVER]
[--mini MINI] [--source SOURCE] [--timeout TIMEOUT]
- [--secure] [--version]
+ [--secure] [--no-pre-allocate] [--version]
Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
@@ -112,6 +112,10 @@ Usage
--timeout TIMEOUT HTTP timeout in seconds. Default 10
--secure Use HTTPS instead of HTTP when communicating with
speedtest.net operated servers
+ --no-pre-allocate Do not pre allocate upload data. Pre allocation is
+ enabled by default to improve upload performance. To
+ support systems with insufficient memory, use this
+ option to avoid a MemoryError
--version Show the version number and exit