querysub 0.258.0 → 0.259.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ import { onServiceConfigChange } from "./machineController";
|
|
|
25
25
|
import { PromiseObj } from "../promise";
|
|
26
26
|
import path from "path";
|
|
27
27
|
|
|
28
|
-
const PIPE_FILE_LINE_LIMIT =
|
|
28
|
+
const PIPE_FILE_LINE_LIMIT = 10_000;
|
|
29
29
|
|
|
30
30
|
const getLiveMachineInfo = measureWrap(async function getLiveMachineInfo() {
|
|
31
31
|
let machineInfo: MachineInfo = {
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
OH! Each service has a different machine id?
|
|
2
|
-
Hmm... well... it's the WORST thing every. It is a bit annoying...
|
|
3
|
-
- That explains the slow startup time...
|
|
4
|
-
|
|
5
|
-
|
|
6
1
|
|
|
7
2
|
7.1) Verify quick node removal work by having a repeatedly crashing service, verifying the node exists, and then goes away on crash.
|
|
8
3
|
|