-
Notifications
You must be signed in to change notification settings - Fork 339
/
Copy pathc3p0.properties
89 lines (77 loc) · 3.49 KB
/
c3p0.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
c3p0.testConnectionOnCheckout=true
#c3p0.testConnectionOnCheckin=true
#c3p0.dataSourceName=poop
#c3p0.initialPoolSize=10
#c3p0.minPoolSize=0
#c3p0.maxPoolSize=40
#c3p0.checkoutTimeout=2000
#c3p0.connectionIsValidTimeout=5
#c3p0.idleConnectionTestPeriod=30
#c3p0.idleConnectionTestPeriod=1
#c3p0.maxConnectionAge=10
#c3p0.maxIdleTime=2
#c3p0.maxIdleTimeExcessConnections=60
#c3p0.propertyCycle=1
#c3p0.numHelperThreads=10
#c3p0.unreturnedConnectionTimeout=15
#c3p0.debugUnreturnedConnectionStackTraces=true
#c3p0.forceSynchronousCheckins=true
#c3p0.maxStatements=200
#c3p0.maxStatementsPerConnection=10
#c3p0.maxAdministrativeTaskTime=3
#c3p0.preferredTestQuery=SELECT 1
#c3p0.preferredTestQuery=SXLECT 1
#c3p0.preferredTestQuery=SELECT a FROM emptyyukyuk WHERE a = 5
#c3p0.preferredTestQuery=SELECT a FROM testpbds WHERE a = 5
#c3p0.statementCacheNumDeferredCloseThreads=1
#c3p0.automaticTestTable=PoopyTestTable
#c3p0.automaticTestTable=Poop;delete from users;
#c3p0.acquireIncrement=3
#c3p0.acquireRetryDelay=1000
#c3p0.acquireRetryAttempts=60
#c3p0.initialPoolSize=15
#c3p0.contextClassLoaderSource=library
#c3p0.markSessionBoundaries=if-no-statement-cache
#c3p0.privilegeSpawnedThreads=true
#c3p0.attemptResurrectOnCheckin=true
#c3p0.connectionTesterClassName=com.mchange.v2.c3p0.test.AlwaysFailConnectionTester
#c3p0.connectionTesterClassName=com.mchange.v2.c3p0.test.Percent20FailConnectionTester
#c3p0.connectionTesterClassName=com.mchange.v2.c3p0.example.IsValidOnlyConnectionTester30
#c3p0.taskRunnerFactoryClassName=com.mchange.v2.c3p0.test.LogCreationTaskRunnerFactory
#c3p0.taskRunnerFactoryClassName=com.mchange.v2.c3p0.test.ThreadPerTaskRunnerFactory
#c3p0.taskRunnerFactoryClassName=com.mchange.v2.c3p0.FixedThreadPoolExecutorTaskRunnerFactory
#c3p0.taskRunnerFactoryClassName=com.mchange.v2.c3p0.loom.VirtualThreadPerTaskExecutorTaskRunnerFactory
#c3p0.jdbcUrl=jdbc:postgresql://localhost:5432/c3p0
#c3p0.driverClass=
#c3p0.user=swaldman
#c3p0.password=
#c3p0.forceUseNamedDriverClass=true
#c3p0.overrideDefaultUser=bobblehead
#c3p0.overrideDefaultPassword=
#com.mchange.v2.c3p0.cfg.xml=classloader:META-INF/poop.xml
#com.mchange.v2.c3p0.cfg.xml=/data/home/swaldman/development/gitproj/c3p0/src/test-properties/META-INF/poop.xml
com.mchange.v2.log.MLog=com.mchange.v2.log.jdk14logging.Jdk14MLog
#com.mchange.v2.log.MLog=com.mchange.v2.log.FallbackMLog
#com.mchange.v2.log.FallbackMLog.DEFAULT_CUTOFF_LEVEL=FINER
#com.mchange.v2.log.FallbackMLog.DEFAULT_CUTOFF_LEVEL=ALL
#com.mchange.v2.log.MLog=slf4j
#com.mchange.v2.log.MLog=log4j
#com.mchange.v2.log.MLog=com.mchange.v2.log.log4j.Log4jMLog
#com.mchange.v2.log.NameTransformer=com.mchange.v2.log.PackageNames
#com.mchange.v2.log.jdk14logging.suppressStackWalk=true
#com.mchange.v2.c3p0.cfg.xml.usePermissiveParser=true
#com.mchange.v2.c3p0.cfg.xml.expandEntityReferences=true
#com.mchange.v2.c3p0.VMID=poop
#com.mchange.v2.resourcepool.experimental.useScatteredAcquireTask=false
# make sure we warn on unknown config
#c3p0.poop=stinky
#prop-style named config
#c3p0.named-configs.kittycat.maxPoolSize=10
#a user-defined config param
#c3p0.extensions.myKey=myVal
#resolvetest.name=thisIsSomeName
#com.mchange.v2.c3p0.impl.DefaultConnectionTester.isValidTimeout=11
#com.mchange.v2.c3p0.impl.DefaultConnectionTester.querylessTestRunner=METADATA_TABLESEARCH
#com.mchange.v2.c3p0.impl.DefaultConnectionTester.querylessTestRunner=IS_VALID
#com.mchange.v2.c3p0.impl.DefaultConnectionTester.querylessTestRunner=SWITCH
#com.mchange.v2.c3p0.impl.DefaultConnectionTester.querylessTestRunner=THREAD_LOCAL