Revision a15072d7 src/Ganeti/Constants.hs

b/src/Ganeti/Constants.hs
4000 4000
luxidMaximalRunningJobsDefault :: Int
4001 4001
luxidMaximalRunningJobsDefault = 20
4002 4002

  
4003
-- * WConfD
4004

  
4005
-- | Time itnervall in seconds between checks that all lock owners are still
4006
-- alive, and cleaning up the resources for the dead ones. As jobs dying without
4007
-- releasing resources is the exception, not the rule, we don't want this task
4008
-- to take up too many cycles itself. Hence we choose a sufficiently large
4009
-- intervall, in the order of 5 minutes. To avoid accidental 'same wakeup'
4010
-- with other tasks, we choose the next unused prime number.
4011
wconfdDeathdetectionIntervall :: Int
4012
wconfdDeathdetectionIntervall = 311
4013

  
4003 4014
-- * Confd
4004 4015

  
4005 4016
confdProtocolVersion :: Int

Also available in: Unified diff