querysub 0.258.0 → 0.260.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,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
- That explains the slow startup time...
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
Our test node isn't appearing. What? Ugh...
|
|
2
|
+
- AND I think nodes are never being removed long term? Ugh...
|
|
6
3
|
|
|
7
4
|
7.1) Verify quick node removal work by having a repeatedly crashing service, verifying the node exists, and then goes away on crash.
|
|
8
5
|
|