Commit
·
2d95cb4
1
Parent(s):
63aee38
increase video export time
Browse files- src/app/main.tsx +1 -1
src/app/main.tsx
CHANGED
@@ -379,7 +379,7 @@ export function Main() {
|
|
379 |
entities: 2200,
|
380 |
images: 1000,
|
381 |
voices: 2000,
|
382 |
-
video_export:
|
383 |
idle: 1000
|
384 |
}
|
385 |
|
|
|
379 |
entities: 2200,
|
380 |
images: 1000,
|
381 |
voices: 2000,
|
382 |
+
video_export: 2500,
|
383 |
idle: 1000
|
384 |
}
|
385 |
|