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

Commit d234792

Browse files
committed
do not share the cache
1 parent 22c00c9 commit d234792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/lib/commands/base.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

0 commit comments

Comments
 (0)