mirror of https://github.com/scrapy/scrapy.git
removed my email from CLOSEDOMAIN_NOTIFY setting
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40718
This commit is contained in:
parent
e316722bb1
commit
0e78003c92
|
|
@ -26,7 +26,7 @@ CACHE2_SECTORIZE = True
|
|||
CACHE2_EXPIRATION_SECS = 0
|
||||
|
||||
CLOSEDOMAIN_TIMEOUT = 0
|
||||
CLOSEDOMAIN_NOTIFY = ['pablo@insophia.com']
|
||||
CLOSEDOMAIN_NOTIFY = []
|
||||
|
||||
CLUSTER_LOGDIR = ''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue