We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb49d12 commit f637e92Copy full SHA for f637e92
jobs/models.py
@@ -65,7 +65,7 @@ def get_geodesic_area(geom):
65
return area
66
67
68
-MAX_NODES = 10000000
+MAX_NODES = 20000000
69
ValidateResult = namedtuple("ValidateResult", ["valid", "message", "params"])
70
71
0 commit comments