Explorar o código

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

Harry de Boer %!s(int64=6) %!d(string=hai) anos
pai
achega
9f88efbe35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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!";