Skip to content

Commit

Permalink
set max node to 15000000
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 7, 2024
1 parent f637e92 commit 113f9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_geodesic_area(geom):
return area


MAX_NODES = 20000000
MAX_NODES = 15000000
ValidateResult = namedtuple("ValidateResult", ["valid", "message", "params"])


Expand Down

0 comments on commit 113f9ca

Please sign in to comment.