@vellumai/assistant 0.12.2-dev.202609171516.2acdfd4 → 0.12.2-dev.202609171713.f3f4239

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/assistant",
3
- "version": "0.12.2-dev.202609171516.2acdfd4",
3
+ "version": "0.12.2-dev.202609171713.f3f4239",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -46,7 +46,7 @@ const log = getLogger("desktop-session");
46
46
 
47
47
  export const DESKTOP_VNC_PORT = 5999;
48
48
  const DESKTOP_GEOMETRY = `${DESKTOP_WIDTH}x${DESKTOP_HEIGHT}`;
49
- const DESKTOP_LINGER_MS = 5 * 60_000;
49
+ const DESKTOP_LINGER_MS = 24 * 60 * 60_000;
50
50
  const VNC_READY_DEADLINE_MS = 10_000;
51
51
  const VNC_PROBE_INTERVAL_MS = 100;
52
52
  const KILL_GRACE_MS = 2_000;