Removed typo, and clarified time unit of setting

This commit is contained in:
Chris Nilsson 2015-06-06 11:18:13 +10:00
parent eae25a04d9
commit 0c532baf4c
1 changed files with 6 additions and 2 deletions

View File

@ -720,8 +720,12 @@ Default: ``60.0``
Scope: ``scrapy.extensions.memusage``
The frequence which the current memory usage will be checked against the
limits set by :setting:`MEMUSAGE_LIMIT_MB` and :setting:`MEMUSAGE_WARNING_MB`.
The :ref:`Memory usage extension <topics-extensions-ref-memusage>`
checks the current memory usage, versus the limits set by
:setting:`MEMUSAGE_LIMIT_MB` and :setting:`MEMUSAGE_WARNING_MB`,
at fixed time intervals.
This sets the length of these intervals, in seconds.
See :ref:`topics-extensions-ref-memusage`.