generated from methanium/template
Initial commit
This commit is contained in:
commit
025c8c8e16
46 changed files with 13890 additions and 0 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