Skip to content

Commit

Permalink
Set Very high partition
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Nov 1, 2024
1 parent 6ff8efa commit b9f020c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public string? PivotHash
}
public int MaxAttemptsToUpdatePivot { get; set; } = int.MaxValue;
public bool SnapSync { get; set; } = false;
public int SnapSyncAccountRangePartitionCount { get; set; } = 8;
public int SnapSyncAccountRangePartitionCount { get; set; } = 1024 * 32;
public bool FixReceipts { get; set; } = false;
public bool FixTotalDifficulty { get; set; } = false;
public long FixTotalDifficultyStartingBlock { get; set; } = 1;
Expand Down

0 comments on commit b9f020c

Please sign in to comment.