mirror of https://github.com/scrapy/scrapy.git
DOC Fixed HTTPCACHE_STORAGE typo in the default value which is now Filesystem instead Dbm.
This commit is contained in:
parent
21f0e4048b
commit
a6279fe95b
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue