reduce wait for linkvalidator

This commit is contained in:
2022-12-10 10:31:42 +01:00
parent 1faa2143ef
commit af98f7d958
+1 -1
View File
@@ -94,7 +94,7 @@ class LinkValidator {
cancel()
return context
}
}, 10 * 1000)//interval of 10 seconds
}, 5 * 1000)//interval of 10 seconds
await new Promise(function (fulfill, reject) {
cancel = function () {