mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 17:03:36 +00:00
reduce ping time so processes die faster
This commit is contained in:
parent
3bea80a820
commit
d4628bf20e
@ -47,7 +47,7 @@ class ProcessWrapper {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
error();
|
error();
|
||||||
}
|
}
|
||||||
}, 2000);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
interceptLogs() {
|
interceptLogs() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user