chore: buffer opt

This commit is contained in:
duorameng
2026-04-28 17:15:01 +08:00
parent 4b698474b3
commit 32e04d5ea2
3 changed files with 64 additions and 27 deletions
@@ -67,6 +67,9 @@ func NewExecutorService(
settingsService SettingsService,
envService EnvService,
) *ExecutorService {
// 0. 清理旧临时日志
CleanupOrphanedTinyLogs()
es := &ExecutorService{
taskService: taskService,
taskLogService: taskLogService,