Searched refs:last_write_error_log (Results 1 – 1 of 1) sorted by relevance
409 static time_t last_write_error_log = 0; in flushAppendOnlyFile() local413 if ((server.unixtime - last_write_error_log) > AOF_WRITE_LOG_ERROR_RATE) { in flushAppendOnlyFile()415 last_write_error_log = server.unixtime; in flushAppendOnlyFile()