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 f637e92 commit 113f9caCopy full SHA for 113f9ca
jobs/models.py
@@ -65,7 +65,7 @@ def get_geodesic_area(geom):
65
return area
66
67
68
-MAX_NODES = 20000000
+MAX_NODES = 15000000
69
ValidateResult = namedtuple("ValidateResult", ["valid", "message", "params"])
70
71
0 commit comments