mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
fix.修复Linux下的编译错误
This commit is contained in:
@@ -26,7 +26,7 @@ namespace asst
|
||||
void set_task_chain(std::string name) noexcept { m_task_chain = std::move(name); }
|
||||
const std::string& get_task_chain() const noexcept { return m_task_chain; }
|
||||
|
||||
constexpr static int RetryTimesDefault = 20;
|
||||
constexpr static int RetryTimesDefault = 50;
|
||||
protected:
|
||||
virtual bool _run() = 0;
|
||||
virtual bool on_run_fails() { return true; }
|
||||
|
||||
Reference in New Issue
Block a user