Skip to content

Commit 8ccd64d

Browse files
committed
Bumped REQUEST_LIMIT to 50 for page.get_more() continuations
1 parent e14d548 commit 8ccd64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wptools/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class WPTools(object):
2121
"""
2222

2323
REQUEST_DELAY = 0
24-
REQUEST_LIMIT = 25
24+
REQUEST_LIMIT = 50
2525

2626
cache = None
2727
data = None

0 commit comments

Comments
 (0)