mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-04 08:38:06 +00:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
[scrapyd]
|
|
eggs_dir = eggs
|
|
logs_dir = logs
|
|
items_dir = items
|
|
jobs_to_keep = 5
|
|
dbs_dir = dbs
|
|
max_proc = 0
|
|
max_proc_per_cpu = 4
|
|
finished_to_keep = 100
|
|
http_port = 6800
|
|
debug = off
|
|
runner = scrapyd.runner
|
|
application = scrapyd.app.application
|
|
launcher = scrapyd.launcher.Launcher
|