|
|
@ -42,11 +42,8 @@ |
|
|
|
var NODE_STREAM_INPUT = 1; |
|
|
|
var NODE_STREAM_INPUT = 1; |
|
|
|
|
|
|
|
|
|
|
|
// Configurable chunk sizes for local and remote files, respectively
|
|
|
|
// Configurable chunk sizes for local and remote files, respectively
|
|
|
|
// eslint-disable-next-line prefer-const
|
|
|
|
|
|
|
|
var LocalChunkSize = 1024 * 1024 * 10; // 10 MB
|
|
|
|
var LocalChunkSize = 1024 * 1024 * 10; // 10 MB
|
|
|
|
// eslint-disable-next-line prefer-const
|
|
|
|
|
|
|
|
var RemoteChunkSize = 1024 * 1024 * 5; // 5 MB
|
|
|
|
var RemoteChunkSize = 1024 * 1024 * 5; // 5 MB
|
|
|
|
// eslint-disable-next-line prefer-const
|
|
|
|
|
|
|
|
var DefaultDelimiter = ','; // Used if not specified and detection fails
|
|
|
|
var DefaultDelimiter = ','; // Used if not specified and detection fails
|
|
|
|
|
|
|
|
|
|
|
|
// Exposed for testing and development only
|
|
|
|
// Exposed for testing and development only
|
|
|
|