2
0
Fork 0
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:
Sam 2015-10-19 14:02:22 +11:00
parent d8960007ca
commit dfe3ecb914
4 changed files with 19 additions and 3 deletions

View file

@ -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"