Increase update interval to 1500ms

main
librespeed 2024-10-21 13:08:05 -04:00
parent ea124724be
commit c4e459bb3b
1 changed files with 1 additions and 1 deletions

View File

@ -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";