diff --git a/metacore/services.py b/metacore/services.py index e899f9ffd3e2b60a24e2a4b6f7d0e1cbed8636e1..059032b0cd635f2d0caf1eb6488efb4659ef4792 100644 --- a/metacore/services.py +++ b/metacore/services.py @@ -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, ))