diff --git a/metamorphic/config.go b/metamorphic/config.go index 4cadc6eba0..04d941dc52 100644 --- a/metamorphic/config.go +++ b/metamorphic/config.go @@ -143,7 +143,7 @@ func DefaultOpConfig() OpConfig { OpBatchCommit: 5, OpDBCheckpoint: 1, OpDBCompact: 1, - OpDBDownload: 0, // TODO(radu, bilal): fix #3430 and reenable. + OpDBDownload: 1, OpDBFlush: 2, OpDBRatchetFormatMajorVersion: 1, OpDBRestart: 2,