PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
19.43k stars 1.14k forks source link

Warning $client_ingestion_warning #22213

Open rockbesst opened 1 month ago

rockbesst commented 1 month ago

On page Data management -> Ingestion warnings we have warning "posthog-js client rate limited. Config is set to 10 events per second and 100 events burst limit." Where or how I can increase this limit and what does it mean at all? I didn't find answer in docs and issues.

image

Environment

benjackwhite commented 1 month ago

You can override it as a config option (see here)

The intention is to protect from unintended bursts which can happen quite often if the browser gets into a loop etc.