Version 20221005.01. Max tries for backfeed to 10.

pull/17/head
arkiver 2 years ago
parent 35e31af37f
commit 8a27002fd3

@ -61,7 +61,7 @@ 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 = '20220729.05'
VERSION = '20221005.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20

@ -674,7 +674,7 @@ end
wget.callbacks.finish = function(start_time, end_time, wall_time, numurls, total_downloaded_bytes, total_download_time)
local function submit_backfeed(newurls, key)
local tries = 0
local maxtries = 4
local maxtries = 10
while tries < maxtries do
if killgrab then
return false

Loading…
Cancel
Save