There was an error while loading. Please reload this page.
2 parents 1ac3b95 + a109ae4 commit 66df8cdCopy full SHA for 66df8cd
1 file changed
src/clients.py
@@ -9,7 +9,7 @@
9
10
class ArchivesSpaceClient(object):
11
"""Fetches updated and deleted data from ArchivesSpace."""
12
- page_size = 15
+ page_size = 10
13
14
def __init__(self, baseurl=None, username=None, password=None, session_token=None, repo=None):
15
for _ in range(MAX_TIMEOUTS):
0 commit comments