Re-enable PREFTECH, fix IP limit checking, and restore support for autoMount overrides
This commit is contained in:
parent
7663b061f7
commit
81c4b61522
10 changed files with 2648 additions and 2644 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue