Skip to content

Commit

Permalink
Bump header row BUFSIZE from 1K to 8K
Browse files Browse the repository at this point in the history
  • Loading branch information
antonycourtney committed Apr 9, 2017
1 parent ea29fa2 commit 5b6b25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csvimport.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export const importSqlite = (pathname: string): Promise<FileMetadata> => {
})
}

const BUFSIZE = 1024
const BUFSIZE = 8192

/*
* Reader header row from specified path
Expand Down

0 comments on commit 5b6b25d

Please sign in to comment.