Skip to content
Snippets Groups Projects
Commit e2942662 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Increase default MaxNumberOfBytes to 100 MB

Closes #330
parent 8e21feaf
Branches
Tags
No related merge requests found
......@@ -400,7 +400,7 @@ options_.dataset.nobs = NaN;
options_.dataset.xls_sheet = [];
options_.dataset.xls_range = [];
options_.Harvey_scale_factor = 10;
options_.MaxNumberOfBytes = 1e6;
options_.MaxNumberOfBytes = 1e8;
options_.MaximumNumberOfMegaBytes = 111;
options_.analytic_derivation = 0;
options_.analytic_derivation_mode = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment