Improve API
This commit is contained in:
parent
d45d2c0be3
commit
9d60ec14dd
4 changed files with 55 additions and 57 deletions
|
|
@ -3,3 +3,4 @@ export const DIFF_CACHE_SIZE_MB = 2;
|
|||
export const MAX_LOG_MESSAGE_COUNT = 100000;
|
||||
export const MAX_HISTORY_ENTRY_COUNT = 5000;
|
||||
export const SUPPORTED_API_VERSION = 1;
|
||||
export const WEBSOCKET_DISCONNECT_TIMEOUT_IN_S = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue