From eb80e1ea5a1606060f987e94d1748e65091c8a6f Mon Sep 17 00:00:00 2001 From: Randall Floyd Date: Mon, 14 Aug 2023 10:03:31 -0400 Subject: [PATCH] Setting the INNODB lock timeout in the database config up from 50s default. --- config/database.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/database.yml b/config/database.yml index d7d77279d..fe0ac7019 100644 --- a/config/database.yml +++ b/config/database.yml @@ -17,6 +17,8 @@ development: test: <<: *default timeout: 20000 + variables: + innodb_lock_wait_timeout: 120 production: <<: *default