From c4e459bb3b6932e804111033ca0757db641d452e Mon Sep 17 00:00:00 2001 From: librespeed Date: Mon, 21 Oct 2024 13:08:05 -0400 Subject: [PATCH] Increase update interval to 1500ms --- speedtest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speedtest.js b/speedtest.js index a272bb1..1538901 100755 --- a/speedtest.js +++ b/speedtest.js @@ -343,7 +343,7 @@ Speedtest.prototype = { function() { this.worker.postMessage("status"); }.bind(this), - 200 + 1500 ); if (this._state == 1) throw "When using multiple points of test, you must call selectServer before starting the test";