Skip to content

Commit cb5e8f7

Browse files
authored
Add note about when changes appear on clients
1 parent d9e5df0 commit cb5e8f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/04_publishing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ cvmfs_server abort repo.organization.tld
3333

3434
After publishing or aborting a transaction, your repository will again be read-only.
3535

36+
!!! note
37+
Changes that you have made to the repository will not show up on the client instantly.
38+
The changes first have to be synchronized to your Stratum 1 server(s). How long this takes, depends on how much has changed, and when your `snapshot` cron job runs.
39+
Furthermore, client will only regularly look for changes. By default, this is set to 4 minutes with the server parameter `CVMFS_REPOSITORY_TTL`.
40+
3641
### 4.1.1 Ingesting tarballs
3742

3843
When you need to compile software that you want to add to your repository, you may want to do the actual

0 commit comments

Comments
 (0)