Switch READ-COMMITED so that queries see the last committed data

This should help solving the problem with overlapping bundles

It is what we use in HEY and Basecamp
This commit is contained in:
Jorge Manrubia
2025-11-21 14:35:29 +01:00
parent 41905068c0
commit c1f5699443
+2
View File
@@ -17,6 +17,8 @@ default: &default
port: <%= ENV.fetch "FIZZY_DB_PORT", 3306 %>
pool: 50
timeout: 5000
variables:
transaction_isolation: READ-COMMITTED
development:
primary: