1 # DO NOT EDIT - This file is being maintained by Chef
3 # The URL of the directory containing change files.
4 baseUrl=http://planet.openstreetmap.org/replication/<%= @base %>
6 # The length of an extraction interval in seconds (3600 = 1 hour).
7 intervalLength=<%= @interval %>
9 # Defines the maximum time interval in seconds to download in a single invocation.
10 # Setting to 0 disables this feature.
11 maxInterval=<%= @interval * 10 %>