Revice the changelog
This commit is contained in:
parent
a52b1f2446
commit
18238cac74
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Remove job traces efficiently
|
title: Remove redundant query when removing trace
|
||||||
merge_request: 20324
|
merge_request: 20324
|
||||||
author:
|
author:
|
||||||
type: performance
|
type: performance
|
||||||
|
|
|
@ -6,7 +6,6 @@ module Gitlab
|
||||||
LEASE_TIMEOUT = 1.hour
|
LEASE_TIMEOUT = 1.hour
|
||||||
|
|
||||||
ArchiveError = Class.new(StandardError)
|
ArchiveError = Class.new(StandardError)
|
||||||
EraseError = Class.new(StandardError)
|
|
||||||
|
|
||||||
attr_reader :job
|
attr_reader :job
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue