Skip to content

Commit

Permalink
chore(blobby): raise overflow trigger again (#21104)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello authored Mar 22, 2024
1 parent fcc192e commit 17c5876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-server/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ export function getDefaultConfig(): PluginsServerConfig {
SESSION_RECORDING_KAFKA_DEBUG: undefined,
SESSION_RECORDING_MAX_PARALLEL_FLUSHES: 10,
SESSION_RECORDING_OVERFLOW_ENABLED: false,
SESSION_RECORDING_OVERFLOW_BUCKET_REPLENISH_RATE: 2_000_000, // 2MB/second uncompressed, sustained
SESSION_RECORDING_OVERFLOW_BUCKET_CAPACITY: 100_000_000, // 100MB burst
SESSION_RECORDING_OVERFLOW_BUCKET_REPLENISH_RATE: 5_000_000, // 5MB/second uncompressed, sustained
SESSION_RECORDING_OVERFLOW_BUCKET_CAPACITY: 200_000_000, // 200MB burst
}
}

Expand Down

0 comments on commit 17c5876

Please sign in to comment.