Commit be28f952 authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker

Raise GC Lease Timeout to 24h

[ci skip]
parent 646aae3e
......@@ -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