mirror of
https://github.com/docmost/docmost.git
synced 2026-05-06 22:03:06 +08:00
fix interval
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user