Skip to content

Commit f55ed95

Browse files
committed
disable FFM for now - low performance with Media system
1 parent 3847183 commit f55ed95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/javaforce/ffm/FFM.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static FFM getInstance() {
2323
}
2424

2525
/** Enabled FFM usage. */
26-
private static boolean enabled = true;
26+
private static boolean enabled = false;
2727

2828
/** Returns FFM enabled state. */
2929
public static boolean enabled() {

0 commit comments

Comments
 (0)