turn off caching again had too many nasty side effects..
authormh <mh>
Wed, 20 Feb 2002 13:30:29 +0000 (13:30 +0000)
committermh <mh>
Wed, 20 Feb 2002 13:30:29 +0000 (13:30 +0000)
source/mir/misc/MirConfig.java

index 9eff8a2..88fa0aa 100755 (executable)
@@ -139,7 +139,7 @@ public class MirConfig extends Configuration {
       meta.setJNDIName("mir");
       meta.setMaximumSize(Integer.parseInt(max));
       meta.setMinimumSize(Integer.parseInt(min));
-      meta.setCacheEnabled(true);
+      meta.setCacheEnabled(false);
       meta.setCacheSize(15);
       meta.setDebugging(false);
       meta.setLogFile(dblogfile+".pool");