2
0
Эх сурвалжийг харах

fix: Change the timeout for reporting the version to 30s (#2858)

Lipis 4 жил өмнө
parent
commit
b1c8c538ee
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

@@ -90,4 +90,4 @@ export const TAP_TWICE_TIMEOUT = 300;
 export const TOUCH_CTX_MENU_TIMEOUT = 500;
 export const TITLE_TIMEOUT = 10000;
 export const TOAST_TIMEOUT = 5000;
-export const VERSION_TIMEOUT = 15000;
+export const VERSION_TIMEOUT = 30000;