From ac671c60de52982d5efe1006fa300765fb996f74 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 16 May 2024 16:55:42 +0000 Subject: [PATCH] Update statement_timeout --- images/db/config/postgresql.staging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/db/config/postgresql.staging.conf b/images/db/config/postgresql.staging.conf index 93b7a906..67bc6f5f 100644 --- a/images/db/config/postgresql.staging.conf +++ b/images/db/config/postgresql.staging.conf @@ -674,7 +674,7 @@ log_timezone = 'Etc/UTC' #default_transaction_read_only = off #default_transaction_deferrable = off #session_replication_role = 'origin' -statement_timeout = 600 # in milliseconds, 0 is disabled +statement_timeout = 60000 # example setting for 60 seconds #lock_timeout = 0 # in milliseconds, 0 is disabled #idle_in_transaction_session_timeout = 0 # in milliseconds, 0 is disabled #idle_session_timeout = 0 # in milliseconds, 0 is disabled