Skip to content

Commit c3b9324

Browse files
committed
nits
1 parent ae4e8d7 commit c3b9324

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/config/config_helpers.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ const (
2323

2424
// DefaultMaxTagsHeaderLen is the default value for DD_TRACE_X_DATADOG_TAGS_MAX_LENGTH.
2525
DefaultMaxTagsHeaderLen = 512
26-
// MaxPropagatedTagsLength is the upper bound on DD_TRACE_X_DATADOG_TAGS_MAX_LENGTH;
27-
// values above this are clamped down to prevent HTTP 413 responses from the agent.
26+
// MaxPropagatedTagsLength is the upper bound on DD_TRACE_X_DATADOG_TAGS_MAX_LENGTH.
2827
MaxPropagatedTagsLength = 512
2928
// TraceMaxSize is the maximum number of spans we keep in memory for a
3029
// single trace. This is to avoid memory leaks. If more spans than this

0 commit comments

Comments
 (0)