Merge pull request #12575 from overleaf/em-fix-chunk-replace-transaction

Fix history chunk replacement transaction

GitOrigin-RevId: fc0fa8f4a55ae5f402ba87db5e4ac2856fe6627b
This commit is contained in:
Eric Mc Sween
2023-04-18 07:15:34 -04:00
committed by Copybot
parent 924012e21f
commit cff54eae78
49 changed files with 236 additions and 74 deletions

View File

@@ -52,6 +52,7 @@ services:
mongo:
image: mongo:4.4.16
command: --replSet overleaf
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s