Skip to content

Commit f67fc7a

Browse files
committed
fix comment
1 parent df91d43 commit f67fc7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/nexus/trace.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ type HTTPClientTraceProvider interface {
4444
}
4545

4646
// HTTPTraceConfig is the dynamic config for controlling Nexus HTTP request tracing behavior.
47-
// The default is nil and the conversion function does not do any actual conversion because this should be wrapped by
48-
// a dynamicconfig.NewGlobalCachedTypedValue with the actual conversion function so that it is cached.
4947
var HTTPTraceConfig = dynamicconfig.NewGlobalTypedSettingWithConverter(
5048
"system.nexusHTTPTraceConfig",
5149
convertHTTPClientTraceConfig,

0 commit comments

Comments
 (0)