sisyphi 1.2.11 → 1.2.12

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/daemon.js CHANGED
@@ -11698,7 +11698,7 @@ async function checkAndApply() {
11698
11698
  console.error("[sisyphus] Auto-update check failed:", err);
11699
11699
  }
11700
11700
  }
11701
- var UPDATE_INTERVAL_MS = 6 * 60 * 60 * 1e3;
11701
+ var UPDATE_INTERVAL_MS = 15 * 60 * 1e3;
11702
11702
  var updateTimer = null;
11703
11703
  function startPeriodicUpdateCheck() {
11704
11704
  if (isLinkedInstall()) return;