CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CondCore/DBCommon/python/CondDBSetup_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 CondDBSetup = cms.PSet(
00004     DBParameters = cms.PSet(
00005         authenticationPath = cms.untracked.string(''),
00006         authenticationSystem = cms.untracked.int32(0),
00007         connectionRetrialPeriod = cms.untracked.int32(10),
00008         idleConnectionCleanupPeriod = cms.untracked.int32(10),
00009         messageLevel = cms.untracked.int32(0),
00010         enablePoolAutomaticCleanUp = cms.untracked.bool(False),
00011         enableConnectionSharing = cms.untracked.bool(True),
00012         connectionRetrialTimeOut = cms.untracked.int32(60),
00013         connectionTimeOut = cms.untracked.int32(60),
00014         enableReadOnlySessionOnUpdateConnection = cms.untracked.bool(False)
00015     )
00016 )
00017