-
Notifications
You must be signed in to change notification settings - Fork 465
Description
I maintain the site download.geofabrik.de.
In my log files I am seeing a client identifying themselves as "mediagis/nominatim-docker:4.2.4" which attempts to download the same .osm.pbf file every 15 seconds (on average - this has been going on for days now). The server replies with a "304 not modified" response.
I don't know if this is standard behaviour or if there is maybe some sort of malfunction.
Since the download.geofabrik.de server only updates files once per day, it does not make sense to ask for an new file every 15 seconds. A site intent on speedy updates would not ask for full .osm.pbf files anyway but consume updates instead.
Sites making thousands of requests per day for a prolonged time will be blocked from accessing download.geofabrik.de.
It would be good if mediagis image could make sure not to issue an undue number of requests to download.geofabrik.de.