Home
last modified time | relevance | path

Searched refs:AOF_WRITE_LOG_ERROR_RATE (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Daof.c336 #define AOF_WRITE_LOG_ERROR_RATE 30 /* Seconds between errors logging. */ macro
413 if ((server.unixtime - last_write_error_log) > AOF_WRITE_LOG_ERROR_RATE) { in flushAppendOnlyFile()