summaryrefslogtreecommitdiff
path: root/config/puma.example.development.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 06:06:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 06:06:05 +0000
commit535d167d40638105527bc6c9a86f33d2ffd62743 (patch)
tree27c73f33497378f6bb84840223ce7d3fda42cc0a /config/puma.example.development.rb
parentbee11af56deccfd13243cf5f31d42bd992404066 (diff)
downloadgitlab-ce-535d167d40638105527bc6c9a86f33d2ffd62743.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/puma.example.development.rb')
-rw-r--r--config/puma.example.development.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/puma.example.development.rb b/config/puma.example.development.rb
index 9df24bf74e3..f23ccc23c9a 100644
--- a/config/puma.example.development.rb
+++ b/config/puma.example.development.rb
@@ -45,7 +45,7 @@ require_relative "/home/git/gitlab/lib/gitlab/cluster/lifecycle_events"
on_restart do
# Signal application hooks that we're about to restart
- Gitlab::Cluster::LifecycleEvents.do_master_restart
+ Gitlab::Cluster::LifecycleEvents.do_before_master_restart
end
before_fork do