mirror of https://github.com/scrapy/scrapy.git
Removed typo, and clarified time unit of setting
This commit is contained in:
parent
eae25a04d9
commit
0c532baf4c
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue