@xfey/tutti 0.1.40 → 0.1.41

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.
@@ -1,6 +1,6 @@
1
1
  import { markScratchpadRefreshFailed, markScratchpadRefreshSucceeded, markScratchpadSourceDirty, readScratchpadSourceState, } from "../collaboration-state/index.js";
2
2
  import { readControlPlaneScratchpadSourceBatch } from "./scratchpad-refresh-start.js";
3
- const SCRATCHPAD_AUTO_REFRESH_DEBOUNCE_MS = 8_000;
3
+ const SCRATCHPAD_AUTO_REFRESH_DEBOUNCE_MS = 5_000;
4
4
  const SCRATCHPAD_AUTO_REFRESH_MAX_WAIT_MS = 45_000;
5
5
  const SCRATCHPAD_AUTO_REFRESH_COOLDOWN_MS = 20_000;
6
6
  const SCRATCHPAD_AUTO_REFRESH_FAILURE_BACKOFF_MS = 60_000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfey/tutti",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",