Commit 5f84963a authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'georgekoltsov/bulk-import-status-expiration' into 'master'

Bump import job status expiration

See merge request gitlab-org/gitlab!65066
parents 9900e94a d6c0b2a5
...@@ -5,7 +5,7 @@ module Gitlab ...@@ -5,7 +5,7 @@ module Gitlab
module StuckImportJob module StuckImportJob
extend ActiveSupport::Concern extend ActiveSupport::Concern
IMPORT_JOBS_EXPIRATION = 15.hours.seconds.to_i IMPORT_JOBS_EXPIRATION = 24.hours.seconds.to_i
included do included do
include ApplicationWorker include ApplicationWorker
......
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