From 12abd58d4dbf7496f811039a0c76bc12a58004bb Mon Sep 17 00:00:00 2001 From: arkiver Date: Sun, 10 Sep 2023 05:37:31 +0200 Subject: [PATCH] Version 20230910.03. Increase hardcoded multi item size to 100, for soft limiting on tracker side. --- pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ###########################################################################