Skip to content

Commit

Permalink
increase page size
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiascadee committed Sep 19, 2024
1 parent d1d3f3d commit fdb6862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_apple_search_ads/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_new_paginator(self) -> BaseOffsetPaginator:
Returns:
A pagination helper instance.
"""
return AppleSearchAdsPaginator(0, 4)
return AppleSearchAdsPaginator(0, 1000)

def get_url_params(
self,
Expand Down

0 comments on commit fdb6862

Please sign in to comment.