diff options
author | Simon Knox <psimyn@gmail.com> | 2017-12-08 23:13:14 +1100 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2017-12-08 23:13:14 +1100 |
commit | 078ac22567b50a375a59faffad6d441e2d04c22b (patch) | |
tree | 8aaf6cf6112609aa8f9498a8d319e54593b68a69 /lib/api/circuit_breakers.rb | |
parent | e47c613d225a256e163af177c886624d81902014 (diff) | |
parent | 9429e8ac60a10436a0469d7d206d3f74a2c966c7 (diff) | |
download | gitlab-ce-psimyn-issue-note-rename.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into psimyn-issue-note-renamepsimyn-issue-note-rename
Diffstat (limited to 'lib/api/circuit_breakers.rb')
-rw-r--r-- | lib/api/circuit_breakers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/circuit_breakers.rb b/lib/api/circuit_breakers.rb index 118883f5ea5..598c76f6168 100644 --- a/lib/api/circuit_breakers.rb +++ b/lib/api/circuit_breakers.rb @@ -41,7 +41,7 @@ module API detail 'This feature was introduced in GitLab 9.5' end delete do - Gitlab::Git::Storage::CircuitBreaker.reset_all! + Gitlab::Git::Storage::FailureInfo.reset_all! end end end |