You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
The reasoning is as follows: 10000 uncompressed frames weigh 40MiB.
Gzip is expected to create a ~20MiB file from them, while xz
can compress it down to ~800KiB. The previous limit would make xz
create a 50KiB file, which is less than the minimum 128KiB that S3-like
services charge for when writing to an object store.
0 commit comments