mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
PERF: disable prepared statements
see: https://github.com/rails/rails/issues/21992
This commit is contained in:
parent
d8960007ca
commit
dfe3ecb914
4 changed files with 19 additions and 3 deletions
|
@ -39,9 +39,9 @@ db_username = discourse
|
|||
# password used to access the db
|
||||
db_password =
|
||||
|
||||
# allow usage of prepared statements, must be disabled for
|
||||
# pgpool transaction pooling
|
||||
db_prepared_statements = true
|
||||
# Disallow prepared statements
|
||||
# see: https://github.com/rails/rails/issues/21992
|
||||
db_prepared_statements = false
|
||||
|
||||
# hostname running the forum
|
||||
hostname = "www.example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue