From 0c532baf4c76bc902ead3edd2ca0645e1bc66676 Mon Sep 17 00:00:00 2001 From: Chris Nilsson Date: Sat, 6 Jun 2015 11:18:13 +1000 Subject: [PATCH] Removed typo, and clarified time unit of setting --- docs/topics/settings.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index b1dee667e..f89aa30c8 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -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 ` +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`.