SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 45531ebb authored by Boris Ponsioen's avatar Boris Ponsioen
Browse files

Reduces batch size in metacore cf pull

parent 282427d9
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ def get_crossref_test():
# cursor = 'AoJ2/dSFrt8CPxFodHRwOi8vZHguZG9pLm9yZy8xMC4xMTAzL3BoeXNyZXZsZXR0LjExMy4yMzY2MDM='
# If the loop is allowed to complete, it fetches (rows * batches) records
rows = 1000
batches = 100
rows = 200
batches = 500
for i in range(0,batches):
print("Batch %s" % (i, ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment