Skip to content

Commit

Permalink
Default INGESTION_OVERFLOW_PRESERVE_PARTITION_LOCALITY to false for…
Browse files Browse the repository at this point in the history
… reverse compatibility and no surprises during deploy
  • Loading branch information
tkaemming committed Mar 27, 2024
1 parent b196d21 commit dc6dd49
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 @@ -75,7 +75,7 @@ export function getDefaultConfig(): PluginsServerConfig {
INGESTION_CONCURRENCY: 10,
INGESTION_BATCH_SIZE: 500,
INGESTION_OVERFLOW_ENABLED: false,
INGESTION_OVERFLOW_PRESERVE_PARTITION_LOCALITY: true,
INGESTION_OVERFLOW_PRESERVE_PARTITION_LOCALITY: false,
PLUGINS_DEFAULT_LOG_LEVEL: isTestEnv() ? PluginLogLevel.Full : PluginLogLevel.Log,
LOG_LEVEL: isTestEnv() ? LogLevel.Warn : LogLevel.Info,
SENTRY_DSN: null,
Expand Down

0 comments on commit dc6dd49

Please sign in to comment.