Skip to content

Commit 631d4ce

Browse files
authored
Revert "Use 10 000 as the default page limit for marketdata queries (#578)" (#582)
This reverts commit e16df12.
1 parent 044c883 commit 631d4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca/common/rest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def _get_marketdata(
378378
page_token = params.get("page_token")
379379

380380
while True:
381-
actual_limit = page_limit
381+
actual_limit = None
382382

383383
# adjusts the limit parameter value if it is over the page_limit
384384
if limit:

0 commit comments

Comments
 (0)