Commit 270eed43 authored by Mike Perry's avatar Mike Perry
Browse files

Bug 13766: Raise update check frequency to 2 hours.

To match Nick's suggested 2 hour circuit dirtiness timeout in #13766.
parent 2359bd80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1175,7 +1175,7 @@ function torbutton_do_async_versioncheck() {
  }

  // Suppress update check if done recently.
  const kMinSecsBetweenChecks = 90 * 60; // 1.5 hours
  const kMinSecsBetweenChecks = 120 * 60; // 2.0 hours
  var now = Date.now() / 1000;
  var lastCheckTime;
  try {