Add support to configure webhook_timeout in gitlab.yaml
Compare changes
- Thomas Misilo authored
Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it talked about in the gitlab.yml.example
@@ -2,7 +2,7 @@
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: wesgurn
Our Gitlab instance needed the ability to increase the webhook_timeout used by HTTParty. It was hardcoded at 10 and I moved it to a gitlab.yaml file as a config variable
Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it talked about in the gitlab.yml.example