优化task make

This commit is contained in:
algotao
2025-07-25 17:25:17 +08:00
parent a2bf3c853e
commit a78c16d301
9 changed files with 27 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ message Task {
string task_sha256 = 3; // 任务sha256
string task_description = 4; // 任务描述
repeated FileInfo task_file_infos = 5; // 文件列表
uint64 task_block_size = 6; // 文件块字节大小(推荐200M
uint64 task_block_size = 6; // 文件块字节大小(推荐50M
string source_path = 7; // 任务数据源路径
uint64 task_size = 8; // 任务所有文件的总大小