Skip to content

Commit

Permalink
chore: Turn new intake on (#10393)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Littley <austin@swirldslabs.com>
  • Loading branch information
litt3 authored Dec 8, 2023
1 parent 8479a88 commit 07dfc14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ public record EventConfig(
@ConfigProperty(defaultValue = "/opt/hgcapp/eventsStreams") String eventsLogDir,
@ConfigProperty(defaultValue = "true") boolean enableEventStreaming,
@ConfigProperty(defaultValue = "8") int prehandlePoolSize,
@ConfigProperty(defaultValue = "true") boolean useLegacyIntake) {}
@ConfigProperty(defaultValue = "false") boolean useLegacyIntake) {}

0 comments on commit 07dfc14

Please sign in to comment.