reduce ping time so processes die faster
This commit is contained in:
parent
6477b688c1
commit
2ca2c03e1d
|
@ -43,7 +43,7 @@ class ProcessWrapper {
|
|||
} catch (e) {
|
||||
error();
|
||||
}
|
||||
}, 2000);
|
||||
}, 500);
|
||||
}
|
||||
|
||||
interceptLogs() {
|
||||
|
|
Loading…
Reference in New Issue