Skip to content

Commit

Permalink
Change the defaul options for the diff layers
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Aug 24, 2024
1 parent 0b15c82 commit 6b6bd9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {StateArchiveStrategy} from "./types.js";
*
* NOTE: Changing this default will require nodes to resync.
*/
export const DEFAULT_DIFF_LAYERS = "4, 64, 256, 1024";
export const DEFAULT_DIFF_LAYERS = "8, 32, 128, 512";

export class DiffLayers {
private snapshotEverySlot: number;
Expand Down

0 comments on commit 6b6bd9b

Please sign in to comment.