Add 2 more settings from consts

This commit is contained in:
Andras Schmelczer 2025-11-23 14:59:56 +00:00
parent 3cdd2a4387
commit 83c15a77c3
5 changed files with 34 additions and 22 deletions

View file

@ -1,7 +1,6 @@
export const NETWORK_RETRY_INTERVAL_MS = 1000;
export const MINIMUM_SAVE_INTERVAL_MS = 1000;
export const MERGABLE_FILE_TYPES = ["md", "txt"];
export const TIMEOUT_FOR_MERGING_HISTORY_ENTRIES_IN_SECONDS = 60;
export const DIFF_CACHE_SIZE_MB = 2;
export const MAX_LOG_MESSAGE_COUNT = 100000;
export const MAX_HISTORY_ENTRY_COUNT = 5000;
export const TIMEOUT_FOR_MERGING_HISTORY_ENTRIES_IN_SECONDS = 60;
export const MERGABLE_FILE_TYPES = ["md", "txt"];