Kaynağa Gözat

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

Harry de Boer 6 yıl önce
ebeveyn
işleme
9f88efbe35
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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!";