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
// pruneMetadata prunes old state and execution metadata entries based on the configured retention depth.
183
-
// It does not prunes old blocks, as those are handled by the pruning logic.
184
-
// Pruning old state does not lose history but limit the ability to recover (replay or rollback) to the last HEAD-N blocks, where N is the retention depth.
183
+
// It does not prune old blocks, as those are handled by the pruning logic.
184
+
// Pruning old state does not lose history but limits the ability to recover (replay or rollback) to the last HEAD-N blocks, where N is the retention depth.
0 commit comments