LGTM, thanks
On Thu, Jan 16, 2014 at 3:26 PM, Klaus Aehlig <[email protected]> wrote: > Now that the number of jobs maximally running in parallel is > a run-time option, this magic constant is not needed any more. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > src/Ganeti/Constants.hs | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/src/Ganeti/Constants.hs b/src/Ganeti/Constants.hs > index 76cba58..bd6b908 100644 > --- a/src/Ganeti/Constants.hs > +++ b/src/Ganeti/Constants.hs > @@ -3952,12 +3952,6 @@ partReserved = 0.02 > luxidJobqueuePollInterval :: Int > luxidJobqueuePollInterval = 307 > > --- | Maximal number of jobs to be running at the same time. Once this > number is > --- reached, new jobs will just be queued and only started, once some of > the > --- other jobs have finished. > -luxidMaximalRunningJobs :: Int > -luxidMaximalRunningJobs = 20 > - > -- | The default value for the maximal number of jobs to be running at > the same > -- time. Once the maximal number is reached, new jobs will just be queued > and > -- only started, once some of the other jobs have finished. > -- > 1.8.5.2 > >
