Skip to content

Commit

Permalink
Changed migrator to default cancel_writes false
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyaxod committed May 3, 2024
1 parent c10fad6 commit 32dac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/migrator/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewMigratorConfig() *MigratorConfig {
storage.BlockTypePriority: 16,
},
Integrity: false,
Cancel_writes: true,
Cancel_writes: false,
Recent_write_age: time.Minute,
}
}
Expand Down

0 comments on commit 32dac2e

Please sign in to comment.