Re-enable PREFTECH, fix IP limit checking, and restore support for autoMount overrides

This commit is contained in:
Jeff Parsons 2016-03-09 09:47:17 -08:00
commit 81c4b61522
10 changed files with 2648 additions and 2644 deletions

View file

@ -59,7 +59,7 @@ var DEBUGGER = true; // this @define is overridden by the Closure Com
* but as currently implemented, it does not yield as much improvement as I'd hoped when paging is enabled, so PREFETCH
* is still off by default.
*/
var PREFETCH = false;
var PREFETCH = true;
/**
* @define {boolean}