Skip to content

Commit

Permalink
Use version instead of date
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Feb 15, 2024
1 parent 3d70082 commit 61857c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/enterprise/managedStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import pMemoize, { pMemoizeClear } from "p-memoize";
import { pollUntilTruthy } from "@/utils/promiseUtils";
import type { Nullishable } from "@/utils/nullishUtils";

// 2024-02-15: bumped to 4.5s because 2s was too short: https://github.com/pixiebrix/pixiebrix-extension/issues/7618
// 1.8.9: bumped to 4.5s because 2s was too short: https://github.com/pixiebrix/pixiebrix-extension/issues/7618
// Privacy Badger uses 4.5s timeout, but thinks policy should generally be available within 2.5s. In installer.ts,
// skip waiting for managed storage before linking the Extension if the user appears to be installing from the CWS.
const MAX_MANAGED_STORAGE_WAIT_MILLIS = 4500;
Expand Down

0 comments on commit 61857c9

Please sign in to comment.