|
@@ -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 }
|
|
|
|