diff --git a/metacore/services.py b/metacore/services.py
index 2672ca36409e53ccf66a98decec9f37008e7a904..e3fb404e599d9adf0cc2d87045c9f3ac9645da7e 100644
--- a/metacore/services.py
+++ b/metacore/services.py
@@ -16,10 +16,10 @@ def get_crossref_test():
 
     # This is PRL
     url = 'https://api.crossref.org/journals/0031-9007/works'
-    cursor = 'AoJ4wfD37eACPxBodHRwOi8vZHguZG9pLm9yZy8xMC4xMTAzL3BoeXNyZXZsZXR0LjkwLjAzNTUwNA=='
+    # cursor = 'AoJ4wfD37eACPxBodHRwOi8vZHguZG9pLm9yZy8xMC4xMTAzL3BoeXNyZXZsZXR0LjkwLjAzNTUwNA=='
 
     # If the loop is allowed to complete, it fetches (rows * batches) records
-    rows = 1000
+    rows = 100
     batches = 100
 
     for i in range(0,batches):