Commit 54830c85 authored by Sean McGivern's avatar Sean McGivern Committed by Jarka Kadlecova

Merge branch 'git-gc-raise-lease-timeotu' into 'master'

Raise Git GC (Housekeeping) Lease Timeout to 24h

See merge request !13719
parent 8171e1f6
......@@ -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
......
---
title: "Raise Housekeeping timeout to 24 hours"
merge_request: 13719
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