Skip to content

Commit

Permalink
chore: bump kafka_fetch_min_bytes to 1MB (#23588)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Jul 10, 2024
1 parent 58b63a0 commit 6c3b53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function getDefaultConfig(): PluginsServerConfig {
SESSION_RECORDING_OVERFLOW_BUCKET_CAPACITY: 200_000_000, // 200MB burst
SESSION_RECORDING_OVERFLOW_MIN_PER_BATCH: 1_000_000, // All sessions consume at least 1MB/batch, to penalise poor batching
SESSION_RECORDING_KAFKA_CONSUMPTION_STATISTICS_EVENT_INTERVAL_MS: 30_000, // emit stats event once every 30 seconds - DEBUG value, TODO: default should be 0
SESSION_RECORDING_KAFKA_FETCH_MIN_BYTES: 1024, // 1KB
SESSION_RECORDING_KAFKA_FETCH_MIN_BYTES: 1_048_576, // 1MB
// CDP
CDP_WATCHER_OBSERVATION_PERIOD: 10000,
CDP_WATCHER_DISABLED_PERIOD: 1000 * 60 * 10,
Expand Down

0 comments on commit 6c3b53c

Please sign in to comment.