Skip to content

Commit d8ba5a5

Browse files
committed
Decrease nmbgmr chunk size to try and prevent timeout errors
1 parent df304e3 commit d8ba5a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/connectors/nmbgmr/source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _make_url(endpoint):
5252

5353
class NMBGMRSiteSource(BaseSiteSource):
5454
transformer_klass = NMBGMRSiteTransformer
55-
chunk_size = 50
55+
chunk_size = 10
5656
bounding_polygon = NM_STATE_BOUNDING_POLYGON
5757

5858
def __repr__(self):

0 commit comments

Comments
 (0)