mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
@@ -28,7 +28,7 @@ const COMPACTION_FINALITY_DISTANCE: u64 = 1024;
|
|||||||
const BLOCKS_PER_RECONSTRUCTION: usize = 8192 * 4;
|
const BLOCKS_PER_RECONSTRUCTION: usize = 8192 * 4;
|
||||||
|
|
||||||
/// Default number of epochs to wait between finalization migrations.
|
/// Default number of epochs to wait between finalization migrations.
|
||||||
pub const DEFAULT_EPOCHS_PER_RUN: u64 = 4;
|
pub const DEFAULT_EPOCHS_PER_RUN: u64 = 1;
|
||||||
|
|
||||||
/// The background migrator runs a thread to perform pruning and migrate state from the hot
|
/// The background migrator runs a thread to perform pruning and migrate state from the hot
|
||||||
/// to the cold database.
|
/// to the cold database.
|
||||||
|
|||||||
Reference in New Issue
Block a user