Skip to content

Commit 0db238a

Browse files
pedjakclaude
andcommitted
Change gzipThreshold from 800 KiB to 900 KiB
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7bb4725 commit 0db238a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/operator-controller/applier/secretpacker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525

2626
// gzipThreshold is the size above which individual objects are
2727
// gzip-compressed before being stored in a Secret.
28-
gzipThreshold = 800 * 1024
28+
gzipThreshold = 900 * 1024
2929
)
3030

3131
// SecretPacker packs serialized objects from CER phases into one or more

0 commit comments

Comments
 (0)