Refactored http timeout handling.
This commit is contained in:
@@ -21,7 +21,7 @@ function logActive() {
|
||||
setTimeout(() => {
|
||||
log();
|
||||
logActive();
|
||||
}, 600000);
|
||||
}, argv.logActive || 60000);
|
||||
}
|
||||
|
||||
async function init() {
|
||||
|
||||
Reference in New Issue
Block a user