Revert "rft: 任务执行期间Log Rotate增加检查,并上调阈值至64MiB (#11670)"

This reverts commit aa97deef9b.

Revert "fix: rotate_check 位置错误"

This reverts commit d9856d96ff.

Revert "chore: 单独为肉鸽添加日志检查"

This reverts commit 5f70c92f97.

Revert "chore: 移除过于消耗性能的检查"

This reverts commit 8198017f9c.

fix #11801
This commit is contained in:
status102
2025-02-08 19:17:51 +08:00
parent 42cddce5c6
commit 59f1ec7be4
3 changed files with 17 additions and 21 deletions

View File

@@ -417,7 +417,7 @@ void Assistant::working_proc()
finished_tasks.clear();
m_thread_idle = true;
m_running = false;
Log.rotate_check();
Log.flush();
m_condvar.wait(lock);
continue;
}