Revision 48e4da5c src/Ganeti/Constants.hs

b/src/Ganeti/Constants.hs
3857 3857
partReserved :: Double
3858 3858
partReserved = 0.02
3859 3859

  
3860
-- * Luxid job scheduling
3861

  
3862
-- | Time intervall in seconds for polling updates on the job queue. This
3863
-- intervall is only relevant if the number of running jobs reaches the maximal
3864
-- allowed number, as otherwise new jobs will be started immediately anyway.
3865
luxidJobqueuePollInterval :: Int
3866
luxidJobqueuePollInterval = 3
3867

  
3868
-- | Maximal number of jobs to be running at the same time. Once this number is
3869
-- reached, new jobs will just be queued and only started, once some of the
3870
-- other jobs have finished.
3871
luxidMaximalRunningJobs :: Int
3872
luxidMaximalRunningJobs = 20
3873

  
3860 3874
-- * Confd
3861 3875

  
3862 3876
confdProtocolVersion :: Int

Also available in: Unified diff