We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c170e19 commit 6ab5fa5Copy full SHA for 6ab5fa5
apps/sim/lib/posthog/server.ts
@@ -26,7 +26,7 @@ function getClient(): import('posthog-node').PostHog | null {
26
const { PostHog } = require('posthog-node') as typeof import('posthog-node')
27
_client = new PostHog(key, {
28
host: 'https://us.i.posthog.com',
29
- flushAt: 1,
+ flushAt: 20,
30
flushInterval: 10_000,
31
})
32
return _client
0 commit comments