pub const DEFAULT_CHALLENGE_SOLVE_BUDGET_MS: u64 = 30_000;Expand description
Default challenge solve budget.
30 seconds is enough to solve a captcha / turnstile
challenge via the StrategyUsed::StickyProxyBrowserSession
stage. The caller can override via
InterstitialPolicy::with_challenge_solve_budget.