Skip to content

Commit

Permalink
Update statement_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 16, 2024
1 parent b79c961 commit ac671c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/db/config/postgresql.staging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac671c6

Please sign in to comment.