Commit c4637276 authored by Furkan Ayhan's avatar Furkan Ayhan

Merge branch 'andysoiron/increase-http-default-read-total-timeout' into 'master'

Increase default HTTP read total timeout

See merge request gitlab-org/gitlab!79854
parents 47e8f806 cb52df12
......@@ -25,7 +25,7 @@ module Gitlab
read_timeout: 20,
write_timeout: 30
}.freeze
DEFAULT_READ_TOTAL_TIMEOUT = 20.seconds
DEFAULT_READ_TOTAL_TIMEOUT = 30.seconds
include HTTParty # rubocop:disable Gitlab/HTTParty
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment