Skip to content

Commit

Permalink
Turn off parser throttling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffclick committed Nov 3, 2014
1 parent 488423c commit e4da226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/water/fvec/ParseDataset2.java
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ private static class MultiFileParseTask extends MRTask<MultiFileParseTask> {
MultiFileParseTask(VectorGroup vg, CustomParser.ParserSetup setup, Key progress ) {
_vg = vg; _setup = setup; _progress = progress;
_vecIdStart = _vg.reserveKeys(setup._pType == ParserType.SVMLight ? 100000000 : setup._ncols);
_runSingleThreaded = true;
//_runSingleThreaded = true;
}

@Override
Expand Down

0 comments on commit e4da226

Please sign in to comment.