Skip to content

Commit

Permalink
Merge branch 'master' into choose-plan-pending-ownership-transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJoonas committed Jun 26, 2024
2 parents fe20d17 + 8a2f82d commit ff01036
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions fixture/http_mocks/google_analytics_import#1.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -170139,7 +170139,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -229240,7 +229240,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -323594,7 +323594,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -483689,7 +483689,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": "10000",
"viewId": "54297898"
}
Expand Down Expand Up @@ -521554,7 +521554,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": "10000",
"viewId": "54297898"
}
Expand Down Expand Up @@ -540444,7 +540444,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -560672,7 +560672,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -700763,7 +700763,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -729150,7 +729150,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down Expand Up @@ -785186,7 +785186,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": "10000",
"viewId": "54297898"
}
Expand Down Expand Up @@ -805974,7 +805974,7 @@
"sortOrder": "DESCENDING"
}
],
"pageSize": 7500,
"pageSize": 100000,
"pageToken": null,
"viewId": "54297898"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/plausible/google/ua/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Plausible.Google.UA.API do
expires_at :: String.t()
}

@per_page 7_500
@per_page 100_000
@backoff_factor :timer.seconds(10)
@max_attempts 5

Expand Down

0 comments on commit ff01036

Please sign in to comment.