We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe8520 commit 219dbc2Copy full SHA for 219dbc2
scripts/regional-diff.py
@@ -263,7 +263,7 @@ def __osmosis(self):
263
diff_for_boundary_cut = filtered_diff
264
if len(nodes_to_download) > 0:
265
# download list nodes_to_download via overpass, in batches of $node_batches (e.g.12K nodes are rejected by server):
266
- node_batches = 500
+ node_batches = 300
267
node_batch_counter = 0
268
overpass_output_array = []
269
while node_batch_counter < len(nodes_to_download):
0 commit comments