Skip to content

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ endif::[]
4242
===== Bug fixes
4343
4444
* fix compatibility issues with httpx 0.21 {pull}1403[#1403]
45+
* fix `span_compression_exact_match_max_duration` default value {pull}1407[#1407]
4546
4647
[[release-notes-6.x]]
4748
=== Python Agent version 6.x

elasticapm/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ class Config(_ConfigBase):
580580
)
581581
span_compression_exact_match_max_duration = _ConfigValue(
582582
"span_compression_exact_match_max_duration",
583-
default=5,
583+
default=50,
584584
validators=[duration_validator],
585585
type=int,
586586
)

0 commit comments

Comments
 (0)