From ba2dc2d194f76f0817cfac32b853a2b4ee4a8379 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Warden" Date: Sat, 23 Nov 2024 10:02:13 -0700 Subject: [PATCH] Turn on archiving but only two at a time --- archive.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/archive.go b/archive.go index 629a2f1..e419b54 100644 --- a/archive.go +++ b/archive.go @@ -135,9 +135,6 @@ func (app app) archiveOldStatsData(ctx context.Context) error { func (app app) archiveStory(ctx context.Context, sc *StorageClient, storyID int) error { - app.logger.Debug("Skipping archiving of story for now", "storyID", storyID) - return nil - filename := fmt.Sprintf("%d.json", storyID) // Check if the file already exists before uploading