Skip to content

Commit

Permalink
metamorphic: disable download op
Browse files Browse the repository at this point in the history
Disable download op until #3470 is fixed.
  • Loading branch information
RaduBerinde committed Mar 29, 2024
1 parent e962431 commit 4f4be42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamorphic/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func DefaultOpConfig() OpConfig {
OpBatchCommit: 5,
OpDBCheckpoint: 1,
OpDBCompact: 1,
OpDBDownload: 1,
OpDBDownload: 0,
OpDBFlush: 2,
OpDBRatchetFormatMajorVersion: 1,
OpDBRestart: 2,
Expand Down

0 comments on commit 4f4be42

Please sign in to comment.