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/initializers/rack_timeout.rb')
-rw-r--r--config/initializers/rack_timeout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/rack_timeout.rb b/config/initializers/rack_timeout.rb
index d5027cae08d..c2f2f3e093c 100644
--- a/config/initializers/rack_timeout.rb
+++ b/config/initializers/rack_timeout.rb
@@ -4,7 +4,7 @@
# requests, to make sure that server is not paralyzed by long-running
# or stuck queries, we add a request timeout which terminates the
# request after 60 seconds. This may be dangerous in some situations
-# (https://github.com/heroku/rack-timeout/blob/master/doc/exceptions.md)
+# (https://github.com/zombocom/rack-timeout/blob/master/doc/exceptions.md)
# and it's used only as the last resort. In such case this termination is
# logged and we should fix the potential timeout issue in the code itself.