pub const DEFAULT_UPLOAD_CONCURRENCY: i32 = 3;
默认并发上传数:worker 池并发 3,张间停顿随之放大(见 asset_upload.rs), 聚合速率与默认上传限流桶(2/s)对齐。