From a6279fe95b08fc23423cf64c40c5ff390556fbb6 Mon Sep 17 00:00:00 2001 From: Rolando Espinoza Date: Thu, 30 Jan 2014 11:53:42 -0400 Subject: [PATCH] DOC Fixed HTTPCACHE_STORAGE typo in the default value which is now Filesystem instead Dbm. --- docs/topics/downloader-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index 078e08453..38d19fb00 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -505,7 +505,7 @@ Don't cache responses with these URI schemes. HTTPCACHE_STORAGE ^^^^^^^^^^^^^^^^^ -Default: ``'scrapy.contrib.httpcache.DbmCacheStorage'`` +Default: ``'scrapy.contrib.httpcache.FilesystemCacheStorage'`` The class which implements the cache storage backend.