We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6965a57 commit f3bd69eCopy full SHA for f3bd69e
1 file changed
lib/plausible/google/ga4/api.ex
@@ -14,7 +14,7 @@ defmodule Plausible.Google.GA4.API do
14
expires_at :: String.t()
15
}
16
17
- @per_page 50_000
+ @per_page 10_000
18
@backoff_factor :timer.seconds(10)
19
@max_attempts 5
20
0 commit comments