mirror of https://github.com/scrapy/scrapy.git
renamed old setting
This commit is contained in:
parent
befd28eef4
commit
48bfd3fe4b
|
|
@ -34,7 +34,7 @@ CLUSTER_MASTER_PORT = 8790
|
|||
CLUSTER_MASTER_ENABLED = 0
|
||||
CLUSTER_MASTER_POLL_INTERVAL = 60
|
||||
CLUSTER_MASTER_NODES = {}
|
||||
CLUSTER_MASTER_CACHEFILE = ""
|
||||
CLUSTER_MASTER_STATEFILE = ""
|
||||
|
||||
CLUSTER_WORKER_ENABLED = 0
|
||||
CLUSTER_WORKER_MAXPROC = 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue