modify log

This commit is contained in:
lnk
2026-01-23 16:10:51 +08:00
parent 3e05e627d3
commit 529abd4d55
4 changed files with 49 additions and 39 deletions

View File

@@ -238,7 +238,7 @@ private:
return oss.str();
}
// 前 51 秒一次;第 6 次起300 秒一次
// 前 31 秒一次;第 3 次起300 秒一次,一小时恢复
static bool should_emit(const std::string& key) {
using namespace std::chrono;
const auto now = steady_clock::now();