Revision 5523732b

b/autotools/convert-constants
298 298

  
299 299

  
300 300
def main():
301
  print Convert(jstore, "jstore")
301
  pass
302 302

  
303 303

  
304 304
if __name__ == "__main__":
b/lib/jstore.py
31 31
from ganeti import pathutils
32 32

  
33 33

  
34
JOBS_PER_ARCHIVE_DIRECTORY = 10000
34
JOBS_PER_ARCHIVE_DIRECTORY = constants.JSTORE_JOBS_PER_ARCHIVE_DIRECTORY
35 35

  
36 36

  
37 37
def _ReadNumericFile(file_name):
b/src/Ganeti/HsConstants.hs
4548 4548
                      , errorsEcodeInval
4549 4549
                      , errorsEcodeEnviron
4550 4550
                      ]
4551

  
4552
-- * Jstore related constants
4553

  
4554
jstoreJobsPerArchiveDirectory :: Int
4555
jstoreJobsPerArchiveDirectory = 10000

Also available in: Unified diff