Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.yml.postgresql')
-rw-r--r--config/database.yml.postgresql4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql
index b210b9c412b..da9f458ff09 100644
--- a/config/database.yml.postgresql
+++ b/config/database.yml.postgresql
@@ -104,6 +104,7 @@ test: &test
password:
host: localhost
prepared_statements: false
+ reaping_frequency: nil
variables:
statement_timeout: 15s
ci:
@@ -115,6 +116,7 @@ test: &test
password:
host: localhost
prepared_statements: false
+ reaping_frequency: nil
variables:
statement_timeout: 15s
geo:
@@ -124,6 +126,7 @@ test: &test
username: postgres
password:
host: localhost
+ reaping_frequency: nil
embedding:
adapter: postgresql
encoding: unicode
@@ -131,3 +134,4 @@ test: &test
username: postgres
password:
host: localhost
+ reaping_frequency: nil