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.decomposed-clusterwide-postgresql')
-rw-r--r--config/database.yml.decomposed-clusterwide-postgresql5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/database.yml.decomposed-clusterwide-postgresql b/config/database.yml.decomposed-clusterwide-postgresql
index 6439788524e..63d35184953 100644
--- a/config/database.yml.decomposed-clusterwide-postgresql
+++ b/config/database.yml.decomposed-clusterwide-postgresql
@@ -60,6 +60,7 @@ test:
username: postgres
password:
prepared_statements: false
+ reaping_frequency: nil
variables:
statement_timeout: 15s
ci:
@@ -68,19 +69,23 @@ test:
username: postgres
password:
prepared_statements: false
+ reaping_frequency: nil
variables:
statement_timeout: 15s
main_clusterwide:
<<: *main
database_tasks: false
+ reaping_frequency: nil
geo:
<<: *defaults
database: gitlabhq_geo_test
username: postgres
password:
+ reaping_frequency: nil
embedding:
<<: *defaults
database: gitlabhq_embedding_test
username: postgres
password:
+ reaping_frequency: nil