We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd03386 commit 7e04460Copy full SHA for 7e04460
lib/ldclient-rb/requestor.rb
@@ -9,7 +9,7 @@ def initialize(sdk_key, config)
9
@sdk_key = sdk_key
10
@config = config
11
@client = Faraday.new do |builder|
12
- builder.use :http_cache, store: @config.cache_store, serializer: Marshal
+ builder.use :http_cache, store: @config.cache_store
13
14
builder.adapter :net_http_persistent
15
end
0 commit comments