Skip to content

Commit

Permalink
Merge 6430561 into 65b38ee
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech authored Sep 10, 2022
2 parents 65b38ee + 6430561 commit e3cdd4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {IMetrics} from "../../metrics/index.js";
import {MapTracker} from "./mapMetrics.js";
import {stateInternalCachePopulated} from "./stateContextCheckpointsCache.js";

const MAX_STATES = 3 * 32;
const MAX_STATES = 6 * 32;

/**
* In memory cache of CachedBeaconState
Expand Down

0 comments on commit e3cdd4b

Please sign in to comment.