Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dqueue.c7283 qg->qg_maxqrun = all ? MaxRunnersPerQueue : -1;
7539 if (MaxRunnersPerQueue > 0)
7540 qg->qg_maxqrun = MaxRunnersPerQueue;
H A Dsendmail.h2099 EXTERN int MaxRunnersPerQueue; /* max # proc's active in queue group */ variable
H A Dconf.c448 MaxRunnersPerQueue = 1; in setupqueues()
H A Dreadcf.c3730 MaxRunnersPerQueue = atoi(val);
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf246 #O MaxRunnersPerQueue=1
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4382 _OPTION(MaxRunnersPerQueue, `confMAX_RUNNERS_PER_QUEUE', `1')
/freebsd-12.1/contrib/sendmail/cf/
H A DREADME4142 confMAX_RUNNERS_PER_QUEUE MaxRunnersPerQueue
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES2617 New option MaxRunnersPerQueue to specify the maximum number of queue
3034 confMAX_RUNNERS_PER_QUEUE MaxRunnersPerQueue