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:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-05-23 17:09:00 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-02 20:45:58 +0300
commitef9f23b797d7467a1d1bda15e29d1f33b070065f (patch)
treefff741860bfb8f574cd28f0c2ae4cc0a7a14c342 /config.ru
parent254830c1f963f344585a45d96a03985e1ec2df0e (diff)
Mark migration as requiring no downtime
+ Add spaces for four phases approach + fix InfluxDB rename
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ru b/config.ru
index cac4cf10c36..2614c9aaf74 100644
--- a/config.ru
+++ b/config.ru
@@ -14,6 +14,7 @@ if defined?(Unicorn)
use Unicorn::WorkerKiller::Oom, min, max
end
end
+
# set default directory for multiproces metrics gathering
ENV['prometheus_multiproc_dir'] ||= 'tmp/prometheus_data_dir'