Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c7523 qg->qg_maxqrun = all ? MaxRunnersPerQueue : -1;
7778 if (MaxRunnersPerQueue > 0)
7779 qg->qg_maxqrun = MaxRunnersPerQueue;
H A Dsendmail.h2267 EXTERN int MaxRunnersPerQueue; /* max # proc's active in queue group */ variable
H A Dreadcf.c4029 MaxRunnersPerQueue = atoi(val);
H A Dconf.c478 MaxRunnersPerQueue = 1; in setupqueues()
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf249 #O MaxRunnersPerQueue=1
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4397 _OPTION(MaxRunnersPerQueue, `confMAX_RUNNERS_PER_QUEUE', `1')
/freebsd/contrib/sendmail/cf/
H A DREADME4175 confMAX_RUNNERS_PER_QUEUE MaxRunnersPerQueue
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3033 New option MaxRunnersPerQueue to specify the maximum number of queue
3450 confMAX_RUNNERS_PER_QUEUE MaxRunnersPerQueue