modify log
This commit is contained in:
@@ -238,7 +238,7 @@ private:
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
// 前 5 次:1 秒一次;第 6 次起:300 秒一次
|
||||
// 前 3 次:1 秒一次;第 3 次起:300 秒一次,一小时恢复
|
||||
static bool should_emit(const std::string& key) {
|
||||
using namespace std::chrono;
|
||||
const auto now = steady_clock::now();
|
||||
|
||||
Reference in New Issue
Block a user