Skip to content

Commit

Permalink
Fix configuration handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nablaone committed Dec 30, 2024
1 parent d4745d3 commit 8a2a56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quesma/quesma/config/config_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ func (c *QuesmaNewConfiguration) TranslateToLegacyConfig() QuesmaConfiguration {
}

conf.EnableIngest = true
conf.IngestStatistics = true
conf.IngestStatistics = c.IngestStatistics

for indexName, indexConfig := range ingestProcessor.Config.IndexConfig {
processedConfig, found := conf.IndexConfig[indexName]
Expand Down

0 comments on commit 8a2a56a

Please sign in to comment.