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.ru')
-rw-r--r--config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index 9e474a7c08c..cac4cf10c36 100644
--- a/config.ru
+++ b/config.ru
@@ -14,7 +14,7 @@ if defined?(Unicorn)
use Unicorn::WorkerKiller::Oom, min, max
end
end
-# set default for multiproces metrics gathering
+# set default directory for multiproces metrics gathering
ENV['prometheus_multiproc_dir'] ||= 'tmp/prometheus_data_dir'
require ::File.expand_path('../config/environment', __FILE__)