lib/rack/cache/options.rb in rtomayko-rack-cache-0.4 vs lib/rack/cache/options.rb in rtomayko-rack-cache-0.5

- old
+ new

@@ -131,11 +131,11 @@ 'rack-cache.storage' => Rack::Cache::Storage.instance, 'rack-cache.metastore' => 'heap:/', 'rack-cache.entitystore' => 'heap:/', 'rack-cache.default_ttl' => 0, 'rack-cache.private_headers' => ['Authorization', 'Cookie'], - 'rack-cache.allow_reload' => true, - 'rack-cache.allow_revalidate' => true + 'rack-cache.allow_reload' => false, + 'rack-cache.allow_revalidate' => false } self.options = options end def read_option(key)