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
During bootstrap, we either take a "with incremental snapshots" path or a "without incremental snapshots path". This (1) has a bunch of code duplication, and (2) prevents auto-fallback from "with" to "without"
Proposed Solution
Combine the two paths. "with" should be tried first (assuming --no-incremental-snapshot-fetch is not set). If no snapshots are found, fall back to "without"
Problem
During bootstrap, we either take a "with incremental snapshots" path or a "without incremental snapshots path". This (1) has a bunch of code duplication, and (2) prevents auto-fallback from "with" to "without"
Proposed Solution
Combine the two paths. "with" should be tried first (assuming
--no-incremental-snapshot-fetch
is not set). If no snapshots are found, fall back to "without"More context on Discord
Related to #17088, #19885, and PR #20696
The text was updated successfully, but these errors were encountered: