Closed ghost closed 4 years ago
https://stackoverflow.com/questions/42873285/curl-retry-mechanism#:~:text=If%20a%20transient%20error%20is,an%20HTTP%205xx%20response%20code.
curl parameters --retry 300 \ --retry-delay 5
to apply if there are problems with downloading osm data, now close
https://stackoverflow.com/questions/42873285/curl-retry-mechanism#:~:text=If%20a%20transient%20error%20is,an%20HTTP%205xx%20response%20code.
curl parameters --retry 300 \ --retry-delay 5