Advertisement
uopspop

Untitled

Dec 16th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. # my_sls_scraper/settings.py
  2. # ...
  3. HTTPCACHE_ENABLED = True
  4. HTTPCACHE_EXPIRATION_SECS = 60 * 60 * 24 * 7
  5. HTTPCACHE_DIR = 'httpcache'
  6. CLOSESPIDER_PAGECOUNT = 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement