mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
188bde7f07
After the rollout has succeeded, we now set the default image compression to be enabled. We also remove its explicit mention from `neon_fixtures.py` added in #8368 as it is now the default (and we switch to `zstd(1)` which is a bit nicer on CPU time). Part of https://github.com/neondatabase/neon/issues/5431