Skip to content

Commit

Permalink
Up chunk size for ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Sep 2, 2016
1 parent 49095de commit 023698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/MenuContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default class MenuContainer extends Component {
Papa.parse(data,{
header: true,
dynamicTyping: true,
chunkSize: 25600,
chunkSize: 50000,
skipEmptyLines: true,
chunk: function(rows, parser){
if (rows.data.length === 0){
Expand Down

0 comments on commit 023698b

Please sign in to comment.