mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -4,6 +4,7 @@ exports.tags = ['server-ce', 'server-pro']
|
||||
|
||||
exports.migrate = async () => {
|
||||
const options = {
|
||||
letUserDoubleCheckInputsFor: 10,
|
||||
writeConcurrency: 5,
|
||||
dryRun: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user