Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
do not share the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie committed Aug 1, 2017
1 parent 22c00c9 commit d234792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/lib/commands/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

stack = Faraday::RackBuilder.new do |builder|
storer = ActiveSupport::Cache::FileStore.new('/tmp', namespace: 'pullrequest')
builder.use Faraday::HttpCache, store: storer, serializer: Marshal, shared_cache: true
builder.use Faraday::HttpCache, store: storer, serializer: Marshal, shared_cache: false
builder.use Octokit::Response::RaiseError
# httpclient and excon are the only Faraday adpater which support
# the no_proxy environment variable atm
Expand Down

0 comments on commit d234792

Please sign in to comment.