Searched defs:nextupdate (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dqueue.c6503 static time_t nextupdate = 0; local
6516 if (now < nextupdate)
6518 nextupdate = now + FILESYS_UPDATE_INTERVAL;
6533 nextupdate = now + 2; /* let's do this soon again */

Completed in 25 milliseconds