Преглед на файлове

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