Welcome to mirror list, hosted at ThFree Co, Russian Federation.

retriable.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be4c2d627529991431d7683ff9300991746eb3d5 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

Retriable.configure do |config|
  config.multiplier    = 1.0
  config.rand_factor   = 0.0
  config.base_interval = 0
end