9023af7e7e7170fa7c1cabe03b19f249f70378c5
The browser storage plugin initializes and updates its high-score retry backoff, but the constants supplying its initial and maximum delays were lost during the merge that combined the retry and relative-endpoint fixes. Define the intended 250 ms initial delay and 30 s cap so the plugin can load and retain bounded retry behavior after transient submission failures. Test Plan: - `node --check tdkpin-rs/web/storage.js` -- passed - Node VM top-level load harness -- passed - `prettier --check tdkpin-rs/web/storage.js` -- passed - `cargo +nightly fmt --all -- --check` -- passed - `just test` -- passed (144 tests) - `just clippy` -- passed - `git diff --cached --check` -- passed
Description
No description provided
22 MiB
Languages
C
73.8%
Rust
13.9%
C++
5.1%
Python
4.1%
Shell
1.4%
Other
1.6%