Revice the changelog

This commit is contained in:
Shinya Maeda 2018-07-06 15:31:25 +09:00
parent a52b1f2446
commit 18238cac74
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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