From d333155cd5147d8b214f9ea8d85f02451affdc34 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 27 Oct 2017 09:59:30 -0400 Subject: [PATCH] Support user defined postgres timeouts --- config/database.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.yml b/config/database.yml index c1575122620..f3983ad493a 100644 --- a/config/database.yml +++ b/config/database.yml @@ -5,6 +5,7 @@ development: min_messages: warning pool: 5 timeout: 5000 + checkout_timeout: <%= ENV['CHECKOUT_TIMEOUT'] || 5 %> host_names: ### Don't include the port number here. Change the "port" site setting instead, at /admin/site_settings. ### If you change this setting you will need to