more synchronization

This commit is contained in:
Manindra Moharana
2013-08-24 16:57:47 +05:30
parent e9c09225b8
commit 904bfcd005
4 changed files with 74 additions and 59 deletions

View File

@@ -46,7 +46,7 @@ public class ExperimentalMode extends JavaMode {
public static final boolean VERBOSE_LOGGING = true;
//public static final boolean VERBOSE_LOGGING = false;
public static final int LOG_SIZE = 512 * 1024; // max log file size (in bytes)
public static boolean DEBUG = !true;
public static boolean DEBUG = true;
public ExperimentalMode(Base base, File folder) {
super(base, folder);