mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Closes #5811 <img width="206" alt="image" src="https://github.com/user-attachments/assets/a2c46bb6-c76a-49ca-a933-4363597d4029"> - Waits a random amount of time up to 24 hours before the first network check, to avoid the thundering herd problem - Polls every 24 hours (86,400 seconds) after that - Saves the network response to disk so we ~~can show "Update ready" immediately at startup~~ won't notify twice about the same version - Not clear whether suspending the computer suspends the timer - "it is also not specified whether system suspends count as elapsed time or not. The behavior varies across platforms and Rust versions." --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
4 lines
534 B
Plaintext
4 lines
534 B
Plaintext
[codespell]
|
|
skip = ./**/*.svg,./elixir/deps,./**/*.min.js,./kotlin/android/app/build,./kotlin/android/build,./e2e/pnpm-lock.yaml,./website/.next,./website/pnpm-lock.yaml,./rust/target,Cargo.lock,./website/docs/reference/api/*.mdx,./**/erl_crash.dump,./cover,./vendor,*.json,seeds.exs,./**/node_modules,./deps,./priv/static,./priv/plts,./**/priv/static,./.git,./_build,*.cast,./**/proptest-regressions,./rust/connlib/tunnel/testcases
|
|
ignore-words-list = optin,crate,keypair,keypairs,iif,statics,wee,anull,commitish,inout,fo,superceded
|