Skip to content

Commit 915dd1a

Browse files
daviddavisdralley
authored andcommitted
Clarify DISTRIBUTED_PUBLICATION_RETENTION_PERIOD
Clarify what files are being served by the publication retention feature since it wasn't obvious.
1 parent 34f8c46 commit 915dd1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/admin/reference/settings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ See [Database Encryption] for more details.
282282
When a distribution switches to a newer publication, the previously served (superseded) publication continues to be available for this many seconds.
283283
This grace period prevents 404 errors for clients that began downloading from the old publication before the switch occurred.
284284

285+
The grace period applies to every file in the publication, including repository metadata (such as `repomd.xml` or `primary.xml.gz`), not just package or content artifacts.
286+
285287
Set to `0` to disable the grace period and serve only the latest publication immediately.
286288

287289
Defaults to `259200` seconds (3 days).

0 commit comments

Comments
 (0)