瀏覽代碼

Retries bij error omhoog, deze is te laag bij aanmelden wifi

Harry de Boer 6 年之前
父節點
當前提交
9f88efbe35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/static/main.js

+ 1 - 1
src/main/resources/static/main.js

@@ -63,7 +63,7 @@ class Puzzeltocht {
 
     onError(e) {
         this.errorCount++;
-        if (this.errorCount > 10) {
+        if (this.errorCount > 100) {
             this.location.disable();
             let l = document.getElementById("location");
             l.innerText = "Error!";