mirror of https://github.com/scrapy/scrapy.git
fix for the replays and cache timeout
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40141
This commit is contained in:
parent
0f65d2f208
commit
380a65e721
|
|
@ -48,6 +48,7 @@ class Replay(object):
|
|||
self._load(repfile, usedir)
|
||||
|
||||
settings.overrides['CACHE2_DIR'] = self.cache2dir
|
||||
settings.overrides['CACHE2_EXPIRATION_SECS'] = -1
|
||||
settings.overrides['CACHE2_IGNORE_MISSING'] = self.playing or self.updating
|
||||
settings.overrides['CACHE2_SECTORIZE'] = False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue