mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-17 04:57:11 +00:00
fix: don't restore crawlEndTime when resuming from checkpoint.
This commit is contained in:
@@ -354,7 +354,7 @@ public class StatisticsTracker
|
||||
JSONObject json = recoveryCheckpoint.loadJson(beanName);
|
||||
|
||||
crawlStartTime = json.getLong("crawlStartTime");
|
||||
crawlEndTime = json.getLong("crawlEndTime");
|
||||
// skip crawlEndTime - crawl is not ended if we're recovering
|
||||
crawlTotalPausedTime = json.getLong("crawlTotalPausedTime");
|
||||
crawlPauseStarted = json.getLong("crawlPauseStarted");
|
||||
tallyCurrentPause();
|
||||
|
||||
Reference in New Issue
Block a user