Update cache to 142

This commit is contained in:
Adam
2017-05-29 18:30:32 -04:00
parent 2e5e118df4
commit 21f9f583f9
4 changed files with 9 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ public class StoreLocation
{
private static final Logger logger = LoggerFactory.getLogger(StoreLocation.class);
private static final int NUM_INDEXES = 15;
private static final int NUM_INDEXES = 16;
private static final String TMP_DIR = "d:/temp";
public static File LOCATION;