0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 10:32:39 +00:00

Update delay amounts

This commit is contained in:
G.Ambatte
2024-09-06 16:58:30 +12:00
parent 9fd581149b
commit f3011eeef9

View File

@@ -1,10 +1,10 @@
const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY' const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY'
const HISTORY_SAVE_DELAYS = [ const HISTORY_SAVE_DELAYS = [
1, // 1 minute 2, // 2 minutes
30, // 30 minutes 10, // 10 minutes
60, // 60 minutes 60, // 60 minutes
24 * 60, // 24 hours 12 * 60, // 12 hours
5 * 24 * 60 // 5 days 2 * 24 * 60 // 2 days
]; ];
const HISTORY_VERSION_DIFFS = [ const HISTORY_VERSION_DIFFS = [
1, 1,