Skip to content

Commit 66df8cd

Browse files
authored
Merge pull request #42 from RockefellerArchiveCenter/page-size
fix: decrease page size even more
2 parents 1ac3b95 + a109ae4 commit 66df8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class ArchivesSpaceClient(object):
1111
"""Fetches updated and deleted data from ArchivesSpace."""
12-
page_size = 15
12+
page_size = 10
1313

1414
def __init__(self, baseurl=None, username=None, password=None, session_token=None, repo=None):
1515
for _ in range(MAX_TIMEOUTS):

0 commit comments

Comments
 (0)