docs: Fix a typo in a link anchor.

This commit is contained in:
Alex Vandiver 2022-11-17 12:39:54 -05:00 committed by Tim Abbott
parent ab71e97f1c
commit 809246e1dc
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ Daily full-database backups will be taken at 0200 UTC, and every WAL
archive file will be written to S3 as it is saved by PostgreSQL; these
are written every 16KiB of the WAL. This means that if there are
periods of slow activity, it may be minutes before the backup is saved
into S3 -- see [`archive_timeout`][archive-timout] for how to set an
into S3 -- see [`archive_timeout`][archive-timeout] for how to set an
upper bound on this. On an active Zulip server, this also means the
Zulip server will be regularly sending PutObject requests to S3,
possibly thousands of times per day.