c3p0.properties 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # This file is detritus from various testing attempts
  3. # the values below may change, and often do not represent
  4. # reasonable values for the parameters.
  5. #
  6. #c3p0.testConnectionOnCheckout=true
  7. #c3p0.testConnectionOnCheckin=true
  8. #c3p0.minPoolSize=3
  9. #c3p0.maxPoolSize=20
  10. #c3p0.checkoutTimeout=2000
  11. #c3p0.idleConnectionTestPeriod=5
  12. #c3p0.maxConnectionAge=10
  13. #c3p0.maxIdleTime=2
  14. #c3p0.maxIdleTimeExcessConnections=1
  15. #c3p0.propertyCycle=1
  16. #c3p0.numHelperThreads=10
  17. #c3p0.unreturnedConnectionTimeout=15
  18. #c3p0.debugUnreturnedConnectionStackTraces=true
  19. #c3p0.maxStatements=30
  20. #c3p0.maxStatementsPerConnection=5
  21. #c3p0.maxAdministrativeTaskTime=3
  22. #c3p0.preferredTestQuery=SELECT 1
  23. #c3p0.preferredTestQuery=SELECT a FROM emptyyukyuk WHERE a = 5
  24. #c3p0.preferredTestQuery=SELECT a FROM testpbds WHERE a = 5
  25. #c3p0.usesTraditionalReflectiveProxies=true
  26. #c3p0.automaticTestTable=PoopyTestTable
  27. #c3p0.acquireIncrement=4
  28. #c3p0.acquireRetryDelay=1000
  29. #c3p0.acquireRetryAttempts=60
  30. #c3p0.connectionTesterClassName=com.mchange.v2.c3p0.test.AlwaysFailConnectionTester
  31. #c3p0.initialPoolSize=10
  32. c3p0.jdbcUrl=jdbc:postgresql://localhost/c3p0-test
  33. c3p0.driverClass=org.postgresql.Driver
  34. c3p0.user=swaldman
  35. c3p0.password=test
  36. #c3p0.user=poop
  37. #c3p0.password=scoop
  38. #com.mchange.v2.log.MLog=com.mchange.v2.log.log4j.Log4jMLog
  39. #com.mchange.v2.log.MLog=com.mchange.v2.log.jdk14logging.Jdk14MLog
  40. #com.mchange.v2.log.MLog=com.mchange.v2.log.FallbackMLog
  41. #com.mchange.v2.log.NameTransformer=com.mchange.v2.log.PackageNames
  42. #com.mchange.v2.log.FallbackMLog.DEFAULT_CUTOFF_LEVEL=ALL
  43. #com.mchange.v2.c3p0.VMID=poop