Skip to content

Commit

Permalink
Revert "enable memiavl for easier debugging"
Browse files Browse the repository at this point in the history
This reverts commit 903bc2b.
  • Loading branch information
mmsqe committed Aug 6, 2024
1 parent a7f2b12 commit a6d0d7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integration_tests/configs/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
'block-range-cap': 10000,
'logs-cap': 10000,
},
memiavl: {
enable: true,
'zero-copy': true,
'snapshot-interval': 5,
},
evm: {
'block-executor': 'sequential',
},
Expand All @@ -43,6 +38,11 @@
'broadcast-mode': 'sync',
},
'app-config': {
memiavl: {
enable: true,
'zero-copy': true,
'snapshot-interval': 5,
},
versiondb: {
enable: true,
},
Expand Down

0 comments on commit a6d0d7f

Please sign in to comment.