Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dqueue.c7460 qg->qg_maxqrun = all ? MaxRunnersPerQueue : -1;
7715 if (MaxRunnersPerQueue > 0)
7716 qg->qg_maxqrun = MaxRunnersPerQueue;
H A Dsendmail.h2129 EXTERN int MaxRunnersPerQueue; /* max # proc's active in queue group */ variable
H A Dconf.c473 MaxRunnersPerQueue = 1; in setupqueues()
H A Dreadcf.c3798 MaxRunnersPerQueue = atoi(val);
/freebsd-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf246 #O MaxRunnersPerQueue=1
/freebsd-13.1/contrib/sendmail/cf/m4/
H A Dproto.m4384 _OPTION(MaxRunnersPerQueue, `confMAX_RUNNERS_PER_QUEUE', `1')
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME4148 confMAX_RUNNERS_PER_QUEUE MaxRunnersPerQueue
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES2735 New option MaxRunnersPerQueue to specify the maximum number of queue
3152 confMAX_RUNNERS_PER_QUEUE MaxRunnersPerQueue