Skip to content

Commit

Permalink
Decrease nmbgmr chunk size to try and prevent timeout errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-a-brown committed Mar 6, 2025
1 parent df304e3 commit d8ba5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/connectors/nmbgmr/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _make_url(endpoint):

class NMBGMRSiteSource(BaseSiteSource):
transformer_klass = NMBGMRSiteTransformer
chunk_size = 50
chunk_size = 10
bounding_polygon = NM_STATE_BOUNDING_POLYGON

def __repr__(self):
Expand Down

0 comments on commit d8ba5a5

Please sign in to comment.