Skip to content

Commit 4667656

Browse files
committed
ref(span-buffer): Set compression level on by default
1 parent bb9f1ef commit 4667656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/options/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2878,7 +2878,7 @@
28782878
register(
28792879
"spans.buffer.compression.level",
28802880
type=Int,
2881-
default=-1,
2881+
default=0,
28822882
flags=FLAG_PRIORITIZE_DISK | FLAG_AUTOMATOR_MODIFIABLE,
28832883
)
28842884

0 commit comments

Comments
 (0)