DB_RESET_MAXDELAY
#ifndef DB_RESET_MAXDELAY
if ((uintmax_t)delay > (uintmax_t)DB_RESET_MAXDELAY)
delay = DB_RESET_MAXDELAY;