Skip to content

Commit 116dc3a

Browse files
committed
Add clarification
1 parent 3420525 commit 116dc3a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

elm/web/search/duckduckgo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ def __init__(self, region="wt-wt", backend="auto", timeout=10,
6464
Apply SSL verification when making the request.
6565
By default, ``True``.
6666
sleep_min_seconds : int, optional
67-
Minimum number of seconds to sleep between queries.
67+
Minimum number of seconds to sleep between queries. We
68+
recommend not setting this below ``5`` seconds to avoid
69+
rate limiting errors thrown by DuckDuckGo.
6870
By default, ``10``.
6971
sleep_max_seconds : int, optional
7072
Maximum number of seconds to sleep between queries.

0 commit comments

Comments
 (0)