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

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

module Gitlab
  module Import
    JOB_WAITER_TTL = 1.week.to_i
  end
end