bill před 2 roky
rodič
revize
1b15564ade
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/record/shot.vue

+ 2 - 2
src/views/record/shot.vue

@@ -84,8 +84,8 @@ export default defineComponent({
     const videoRecorder = new VideoRecorder(config);
     const showLeftPano = ref(false)
     const showBottomBar = ref(false)
-    const MAX_SIZE = 10 * 1024 * 1024
-    const MAX_TIME = 10 * 1000
+    const MAX_SIZE = 2 * 1024 * 1024 * 1024
+    const MAX_TIME = 30 * 60 * 1000
 
     type VideoItem = { origin: Blob | string, cover: string }