reduce wait for linkvalidator
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user