fix.修复任务失败死循环的问题

This commit is contained in:
MistEO
2021-12-22 21:40:03 +08:00
parent 3e9d268342
commit 31aa218bce
3 changed files with 4 additions and 3 deletions

View File

@@ -143,8 +143,8 @@ bool ProcessTask::_run()
} break;
default:
break;
}
m_retry_times = 0;
}
m_cur_retry = 0;
++exec_times;