@clawos-dev/clawd 0.2.179 → 0.2.180-beta.360.ee0a26c
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/dist/cli.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -47343,7 +47343,7 @@ var import_node_crypto4 = require("crypto");
|
|
|
47343
47343
|
var MAX_RUNS_PER_SHIFT = 30;
|
|
47344
47344
|
var DEFAULT_TIMEOUT_MS = 30 * 6e4;
|
|
47345
47345
|
var CONSECUTIVE_ERROR_THRESHOLD = 5;
|
|
47346
|
-
var TICK_INTERVAL_MS =
|
|
47346
|
+
var TICK_INTERVAL_MS = 1e4;
|
|
47347
47347
|
var STORE_FLUSH_DEBOUNCE_MS = 500;
|
|
47348
47348
|
var CLOCK_JUMP_THRESHOLD_MS = 5 * 6e4;
|
|
47349
47349
|
|
package/package.json
CHANGED