diff --git a/pipeline.py b/pipeline.py index ee9207b..8dc4986 100644 --- a/pipeline.py +++ b/pipeline.py @@ -59,10 +59,10 @@ if not WGET_AT: # # Update this each time you make a non-cosmetic change. # It will be added to the WARC files and reported to the tracker. -VERSION = '20230910.02' +VERSION = '20230910.03' TRACKER_ID = 'reddit' TRACKER_HOST = 'legacy-api.arpa.li' -MULTI_ITEM_SIZE = 40 +MULTI_ITEM_SIZE = 100 ###########################################################################