poi-plugin-mcp 0.2.27 → 0.2.28
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/lib/pixi-hit-ledger.js +3 -1
- package/package.json +1 -1
package/lib/pixi-hit-ledger.js
CHANGED
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
const fs = require('node:fs')
|
|
19
19
|
const path = require('node:path')
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
// Live 0913 title page: leaf sprites with the atlas identity sit at depth 8+;
|
|
22
|
+
// a cap of 8 truncated before them, leaving container-only stacks.
|
|
23
|
+
const MAX_STACK = 16
|
|
22
24
|
const MAX_VISIT = 4000
|
|
23
25
|
const MAX_DEPTH = 40
|
|
24
26
|
// Wall-clock bound for the whole snapshot. The page-side script has its own
|