Skip to content

Commit

Permalink
meta: temporarily disable downloadOp
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduBerinde committed Mar 20, 2024
1 parent 2aa3786 commit c268820
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, // TODO(radu, bilal): fix #3430 and reenable.
OpDBFlush: 2,
OpDBRatchetFormatMajorVersion: 1,
OpDBRestart: 2,
Expand Down

0 comments on commit c268820

Please sign in to comment.