Searched refs:DB_RESET_MAXDELAY (Results 1 – 1 of 1) sorted by relevance
724 #ifndef DB_RESET_MAXDELAY725 #define DB_RESET_MAXDELAY (3600 * 24 * 7) macro742 if ((uintmax_t)delay > (uintmax_t)DB_RESET_MAXDELAY) in db_reset()743 delay = DB_RESET_MAXDELAY; in db_reset()