summaryrefslogtreecommitdiff
path: root/rhimport/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport/conf.go')
-rw-r--r--rhimport/conf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport/conf.go b/rhimport/conf.go
index b7e8f88..942bb62 100644
--- a/rhimport/conf.go
+++ b/rhimport/conf.go
@@ -44,7 +44,7 @@ func NewConfig(rdxportEndpoint, tempDir, localFetchDir string) (conf *Config) {
conf.TempDir = tempDir
conf.LocalFetchDir = localFetchDir
conf.ImportParamDefaults.Channels = 2
- conf.ImportParamDefaults.NormalizationLevel = -12
+ conf.ImportParamDefaults.NormalizationLevel = 0
conf.ImportParamDefaults.AutotrimLevel = 0
conf.ImportParamDefaults.UseMetaData = true
return