davsclaus commented on issue #1631:
URL: https://github.com/apache/camel-website/issues/1631#issuecomment-4683240137

   ⏺ Exactly. Before #1633, adding a 3-file blog post would produce a deploy 
diff of ~15,000 files (because of git rm -r * + cp). That massive sync window 
gave the CDN plenty of time to catch a 404
     from origin, and the oversized PURGE event would get silently dropped.
   
     Now with rsync, that same blog post is a 3-file diff. The sync is 
near-instant, and the PURGE event is tiny and fires reliably. Much smaller 
window for the CDN to catch a transient 404.
   
     The biggest risk now is full Antora rebuilds — those still regenerate 
thousands of doc pages. But for the common case (blog posts, release notes, 
small content changes), #1633 should make a
     big difference.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to