CMS 3D CMS Logo

CondDBCommon_cfi.py

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

Generated on Tue Jun 9 17:26:05 2009 for CMSSW by  doxygen 1.5.4