From c1f5699443c0ba0ec6a5149289c4607c1081478f Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 21 Nov 2025 14:35:29 +0100 Subject: [PATCH] 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 --- config/database.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/database.yml b/config/database.yml index 2b5085410..2d993c369 100644 --- a/config/database.yml +++ b/config/database.yml @@ -17,6 +17,8 @@ default: &default port: <%= ENV.fetch "FIZZY_DB_PORT", 3306 %> pool: 50 timeout: 5000 + variables: + transaction_isolation: READ-COMMITTED development: primary: