Skip to content

Commit

Permalink
fix: address minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nityanandagohain committed Jan 22, 2025
1 parent 56a566c commit 6f2450a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/signoz/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func mergeAndEnsureBackwardCompatibility(config *Config) {
if err == nil {
config.APIServer.Timeout.Max = contextTimeoutDuration
} else {
fmt.Println("Error parsing SIGNOZ_APISERVER_TIMEOUT_MAX, using default value of 600s")
fmt.Println("Error parsing CONTEXT_TIMEOUT_MAX_ALLOWED, using default value of 600s")
}
}
}

0 comments on commit 6f2450a

Please sign in to comment.