mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
Backups are written every 16k of WAL archive, and by default do not have an upper limit on how out of date they are, as `archive_timeout` defaults to 0. Also emphasize that these are streaming backups, not just one point-in-time backup daily. Fixes #21976.