Skip to content

Commit

Permalink
increased the state cache size in DatabaseTest (Consensys#7396)
Browse files Browse the repository at this point in the history

Signed-off-by: Paul Harris <[email protected]>
  • Loading branch information
rolfyone authored Jul 28, 2023
1 parent f31b239 commit 94542e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void setupWithSpec(final Spec spec) {

private void initialize(final DatabaseContext context, final StateStorageMode storageMode)
throws IOException {
final StoreConfig config = StoreConfig.builder().build();
final StoreConfig config = StoreConfig.builder().stateCacheSize(32).build();
createStorageSystem(context, storageMode, config, false);

// Initialize genesis store
Expand Down

0 comments on commit 94542e0

Please sign in to comment.