mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 01:24:02 -05:00
Revert "Add database statement timeout of 60s (#9382)"
This reverts commit 58a29db99d
.
This commit is contained in:
parent
1df392819d
commit
24822eca73
@ -3,8 +3,6 @@ default: &default
|
|||||||
pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
|
pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
variables:
|
|
||||||
statement_timeout: 60000
|
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *default
|
<<: *default
|
||||||
|
Loading…
Reference in New Issue
Block a user