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
In these PRs, it was done so that the snapshot manager is not set (nil) if snapshot-interval is 0. However, snapshot manager is also responsible for state-sync. It might be the case that a node wants to catch up using state sync while turning off snapshots on their side.
Context
#140 , #187 refactored snapshot logic.
In these PRs, it was done so that the snapshot manager is not set (nil) if
snapshot-interval
is 0. However, snapshot manager is also responsible for state-sync. It might be the case that a node wants to catch up using state sync while turning off snapshots on their side.Logs with this issue:
We should decouple the logic so that the snapshot manager is created independently from the
snapshot-inteval
value inapp.toml
Acceptance Criteria
snapshot-interval
inapp.toml
The text was updated successfully, but these errors were encountered: