We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98a38a commit c6d5031Copy full SHA for c6d5031
src/main/java/com/github/javabdd/JFactory.java
@@ -40,7 +40,7 @@ public class JFactory extends BDDFactoryIntImpl {
40
* Flush the operation cache on every garbage collection. If this is false, we only clean the collected entries on
41
* every GC, rather than emptying the whole cache. For most problems, you should keep this set to true.
42
*/
43
- public static boolean FLUSH_CACHE_ON_GC = true;
+ public static boolean FLUSH_CACHE_ON_GC = false;
44
45
static final boolean VERIFY_ASSERTIONS = false;
46
0 commit comments