mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 02:56:05 +00:00
server: remove unused history snapshots and make it in-mem only
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
const historySnapshotTypes = ['FIVE_MINUTE', 'THIRTY_MINUTE', 'HOUR', 'DAY', 'WEEK', 'MONTH', 'YEAR'] as const;
|
||||
|
||||
export default historySnapshotTypes;
|
||||
export type HistorySnapshot = typeof historySnapshotTypes[number];
|
||||
Reference in New Issue
Block a user