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