From c23fa42fad49957f114338192f92bf6659f19b5a Mon Sep 17 00:00:00 2001 From: David Goetz Date: Mon, 18 Jul 2011 15:19:32 -0700 Subject: [PATCH] fix docs --- doc/source/ratelimit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/ratelimit.rst b/doc/source/ratelimit.rst index ac88d22f96..3b5f95bd03 100644 --- a/doc/source/ratelimit.rst +++ b/doc/source/ratelimit.rst @@ -35,8 +35,8 @@ rate_buffer_seconds 5 Number of seconds the rate counter can faster than listed rate). A larger number will result in larger spikes in rate but better average accuracy. -account_ratelimit 0 If set, will limit PUT, DELETE, and POST - requests to /account_name/container_name. +account_ratelimit 0 If set, will limit PUT and DELETE requests + to /account_name/container_name. Number is in requests per second. account_whitelist '' Comma separated lists of account names that will not be rate limited.