@fieldwangai/agentflow 0.1.81 → 0.1.82

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.
@@ -1481,7 +1481,7 @@ function readWorkspaceGraph(workspaceRoot) {
1481
1481
  }
1482
1482
 
1483
1483
  const DISPLAY_SHARE_FILENAME = "display-shares.json";
1484
- const DISPLAY_SHARE_TTL_MS = 24 * 60 * 60 * 1000;
1484
+ const DISPLAY_SHARE_TTL_MS = 30 * 24 * 60 * 60 * 1000;
1485
1485
 
1486
1486
  function displaySharesPath() {
1487
1487
  return path.join(getAgentflowDataRoot(), DISPLAY_SHARE_FILENAME);