Update docs/topics/settings.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Aaron Tan 2021-08-09 22:23:23 +10:00 committed by GitHub
parent 48eff4ee8f
commit 954f303590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -996,9 +996,8 @@ JOBDIR
Default: ``''``
A string indicating the directory for storing the required data to keep the state of a single job to enable persistence support. This directory must not be shared by different spiders or jobs/runs of the same spider.
For more info on this setting, see :ref:`topics-jobs`
A string indicating the directory for storing the state of a crawl when
:ref:`pausing and resuming crawls <topics-jobs>`.
.. setting:: LOG_ENABLED