snailjob配置

This commit is contained in:
2026-04-27 13:17:02 +08:00
parent 05cb75e652
commit 7fcbb81317
4 changed files with 6 additions and 6 deletions

View File

@ -452,7 +452,7 @@ public class AudioProcessService {
long fileSize = 256 * 1024;
// 检查文件大小
if (file.getSize() > fileSize) {
throw new IllegalArgumentException("音频大小不能超过5MB");
throw new IllegalArgumentException("音频大小不能超过256kb");
}
}