fix interval

This commit is contained in:
Philipinho
2026-02-09 13:26:15 -08:00
parent b0e9217a40
commit 3cd0fa1985
+1 -1
View File
@@ -1,3 +1,3 @@
export const HISTORY_INTERVAL = 4 * 60 * 1000;
export const HISTORY_INTERVAL = 5 * 60 * 1000;
export const HISTORY_FAST_INTERVAL = 60 * 1000;
export const HISTORY_FAST_THRESHOLD = 5 * 60 * 1000;