You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rauc: retry update polling with exponential backoff
The first poll for updates after a fresh boot usually fails,
because the network is not yet up.
This means an update notification will only appear once one polling
interval passed since startup (which can be on the order of days).
Retry the polling process with exponential backoff to both recover fast
from short-term issues (like the network not being up yet) and also
prevent the update server from being DDOSed from excessive retries.
Signed-off-by: Leonard Göhrs <[email protected]>
0 commit comments