bill 2 éve
szülő
commit
1b15564ade
1 módosított fájl, 2 hozzáadás és 2 törlés
  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 }