[deploy] Bug Fix/Optimization:Remove HttpCache from Github OauthClient (#10350)
This commit is contained in:
parent
13fb5c4278
commit
e7e31f4d10
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ module Github
|
|||
# <https://github.com/octokit/octokit.rb#caching>
|
||||
# and <https://github.com/octokit/octokit.rb/blob/master/lib/octokit/default.rb>
|
||||
Faraday::RackBuilder.new do |builder|
|
||||
builder.use Faraday::HttpCache, store: Rails.cache, serializer: Marshal, shared_cache: false
|
||||
builder.use Faraday::Request::Retry, exceptions: [Octokit::ServerError]
|
||||
builder.use Octokit::Middleware::FollowRedirects
|
||||
builder.use Octokit::Response::RaiseError
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue