fix for the replays and cache timeout

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40141
This commit is contained in:
samus_ 2008-07-31 17:59:35 +00:00
parent 0f65d2f208
commit 380a65e721
1 changed files with 1 additions and 0 deletions

View File

@ -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