mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #12560 from overleaf/jpa-faster-migration
[web] migrations: cut delay in auditLog migration from 10s to 10ms GitOrigin-RevId: 2a6525212149c5e0f1ebfec4023f4e0fe91ecc5f
This commit is contained in:
parent
7aa68ebcec
commit
9362d286b7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ exports.tags = ['server-ce', 'server-pro']
|
|||
|
||||
exports.migrate = async () => {
|
||||
const options = {
|
||||
letUserDoubleCheckInputsFor: 10,
|
||||
writeConcurrency: 5,
|
||||
dryRun: false,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue