Add template
This commit is contained in:
parent
9aa3caa0c2
commit
5800a5ebbf
27 changed files with 7866 additions and 1 deletions
3
packages/mtp/values.ts
Normal file
3
packages/mtp/values.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const RETRY_INTERVAL = 3_000;
|
||||
export const RECONNECT_TRIES = 3;
|
||||
export const RECONNECT_RESET = 6;
|
||||
Loading…
Reference in a new issue