reduce ping time so processes die faster

This commit is contained in:
Iuri Matias 2018-06-26 16:46:21 -04:00
parent 6477b688c1
commit 2ca2c03e1d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class ProcessWrapper {
} catch (e) { } catch (e) {
error(); error();
} }
}, 2000); }, 500);
} }
interceptLogs() { interceptLogs() {