poolman instead of connectionbroker
authoridfx <idfx>
Thu, 7 Feb 2002 14:32:30 +0000 (14:32 +0000)
committeridfx <idfx>
Thu, 7 Feb 2002 14:32:30 +0000 (14:32 +0000)
source/mir/misc/MirConfig.java

index 2430d2c..c8b0de7 100755 (executable)
@@ -109,7 +109,7 @@ public class MirConfig extends Configuration {
       meta.setMaximumSize(Integer.parseInt(max));
       meta.setMinimumSize(Integer.parseInt(min));
       meta.setCacheEnabled(true);
-      meta.setDebugging(true);
+      //meta.setDebugging(true);
       meta.setLogFile(dblogfile);
       
       JDBCPool pool = SQLManager.getInstance().createPool(meta);