From f3011eeef9bf7041feab90e0e6ccc48e63a4b87d Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Fri, 6 Sep 2024 16:58:30 +1200 Subject: [PATCH] Update delay amounts --- client/homebrew/utils/versionHistory.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/homebrew/utils/versionHistory.js b/client/homebrew/utils/versionHistory.js index d0ab4532b..796078028 100644 --- a/client/homebrew/utils/versionHistory.js +++ b/client/homebrew/utils/versionHistory.js @@ -1,10 +1,10 @@ const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY' const HISTORY_SAVE_DELAYS = [ - 1, // 1 minute - 30, // 30 minutes + 2, // 2 minutes + 10, // 10 minutes 60, // 60 minutes - 24 * 60, // 24 hours - 5 * 24 * 60 // 5 days + 12 * 60, // 12 hours + 2 * 24 * 60 // 2 days ]; const HISTORY_VERSION_DIFFS = [ 1,