Skip to content

Commit b08bc64

Browse files
committed
reduced page limit to the maximum 700 results
1 parent 1355ad8 commit b08bc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdWordsService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
class AdWordsService
2222
{
23-
const PAGE_LIMIT = 1000;
23+
const PAGE_LIMIT = 700;
2424

2525
const MAX_RETRIES = 10;
2626

0 commit comments

Comments
 (0)