Raise GC Lease Timeout to 24h
[ci skip]
This commit is contained in:
parent
646aae3e4f
commit
be28f9520e
2 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,8 @@ module Projects
|
|||
class HousekeepingService < BaseService
|
||||
include Gitlab::CurrentSettings
|
||||
|
||||
LEASE_TIMEOUT = 3600
|
||||
# Timeout set to 24h
|
||||
LEASE_TIMEOUT = 86400
|
||||
|
||||
class LeaseTaken < StandardError
|
||||
def to_s
|
||||
|
|
3
changelogs/unreleased/13719-git-gc-timeout.yml
Normal file
3
changelogs/unreleased/13719-git-gc-timeout.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: "Raise Housekeeping timeout to 24 hours"
|
||||
merge_request: 13719
|
Loading…
Reference in a new issue