From 00194dd3fe963d03a57f19886a16da8056946710 Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Sun, 30 Aug 2020 19:14:29 -0400 Subject: [PATCH] Make comment more descriptive --- asyncpraw/praw.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncpraw/praw.ini b/asyncpraw/praw.ini index 59c5855a8..1eb1f84f1 100644 --- a/asyncpraw/praw.ini +++ b/asyncpraw/praw.ini @@ -11,7 +11,7 @@ trophy_kind=t6 # The URL prefix for OAuth-related requests. oauth_url=https://oauth.reddit.com -# The amount of seconds to ratelimit +# The amount of seconds of ratelimit to sleep for upon encountering a specific type of 429 error. ratelimit_seconds=5 # The URL prefix for regular requests.