about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-07-11 13:04:55 +0200
committerProfpatsch <mail@profpatsch.de>2017-07-11 13:04:55 +0200
commit9b461898bb0a034bd7b4c075921c580f20051bdd (patch)
treea9fc64ab6fc0d62658a921b511a9cd566c855add /modules
parent3c35028a2f68dbfd0c13917f66abd71c4212633b (diff)
modules/openlab: use a smaller speedtest file
Based on comments in https://github.com/openlab-aux/orgafoo/issues/257.
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/user/openlab/speedtest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/openlab/speedtest.py b/modules/user/openlab/speedtest.py
index 750f977c..847d5311 100755
--- a/modules/user/openlab/speedtest.py
+++ b/modules/user/openlab/speedtest.py
@@ -8,8 +8,8 @@ import datetime
 IP = "163.172.44.192"
 DOMAIN = "haku.profpatsch.de"
 PROTOCOL = "https"
-FILE = "/pub/well-known/speedtest-50M.rng"
-SIZE = 52428800
+FILE = "/pub/well-known/speedtest-5M.rng"
+SIZE = 5242880
 
 HOST_BIN = "host"
 PING_BIN = "ping"