Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 31, 2024
1 parent 7baa01d commit e44a21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,14 @@ export interface SessionRecordingOptions {
/*
ADVANCED: alters the refill rate for the token bucket mutation throttling
Normally only altered alongside posthog support guidance.
Accepts values between 0 and 1000
Accepts values between 0 and 100
Default is 10.
*/
__mutationRateLimiterRefillRate?: number
/*
ADVANCED: alters the bucket size for the token bucket mutation throttling
Normally only altered alongside posthog support guidance.
Accepts values between 0 and 1000
Accepts values between 0 and 100
Default is 100.
*/
__mutationRateLimiterBucketSize?: number
Expand Down

0 comments on commit e44a21b

Please sign in to comment.