feat: add video batch upload queue

This commit is contained in:
2026-05-29 16:17:26 +08:00
parent 1c971fb0b2
commit aa89e03bee
9 changed files with 1046 additions and 0 deletions
@@ -0,0 +1,6 @@
class VideoBatchUploadConfig {
const VideoBatchUploadConfig._();
static const int maxAssets = 9;
static const int maxConcurrent = 2;
}