We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e30b6 commit 7c2eb96Copy full SHA for 7c2eb96
beacon_node/beacon_chain/src/migrate.rs
@@ -28,7 +28,7 @@ const COMPACTION_FINALITY_DISTANCE: u64 = 1024;
28
const BLOCKS_PER_RECONSTRUCTION: usize = 8192 * 4;
29
30
/// Default number of epochs to wait between finalization migrations.
31
-pub const DEFAULT_EPOCHS_PER_RUN: u64 = 4;
+pub const DEFAULT_EPOCHS_PER_RUN: u64 = 1;
32
33
/// The background migrator runs a thread to perform pruning and migrate state from the hot
34
/// to the cold database.
0 commit comments