Export consts
This commit is contained in:
parent
c798d96009
commit
d4b68154df
4 changed files with 18 additions and 10 deletions
6
frontend/sync-client/src/consts.ts
Normal file
6
frontend/sync-client/src/consts.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const NETWORK_RETRY_INTERVAL_MS = 1000;
|
||||
export const MINIMUM_SAVE_INTERVAL_MS = 1000;
|
||||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue