Hello, I edit the OSM main map, and some subdomain display my changes but other dont. I can see the changes in:
but not in the following subdomains:
How long does it take to the servers b,c to recived the updates? asked 21 Dec '21, 12:00 DAN |
Hi, these addresses (a,b,c) are here only for historical reasons, so that older browsers would load more tiles in parallel but they all point to the same server. Nowadays (especially with HTTP/2 IIRC), it is not needed. And they all point to a CDN now. Behind the CDN there are a few rendering servers, but they should be in sync mostly. Some statistics about that. A lot of information is on the wiki, some of it is outdated though. It might be a trouble of cache on your side. Try Ctrl+Shift+R. Just in case, I've checked, they all look the same to me now. Regards. answered 23 Dec '21, 14:13 H_mlet |