Update csv.js

This commit is contained in:
twoxfh
2021-05-26 11:34:22 -07:00
committed by GitHub
parent dd3bd3da1d
commit 70450408dc
+1 -1
View File
@@ -73,7 +73,7 @@ export default {
parsedData.errors = [...parsedData.errors, ...results.errors]
}
},
chunkSize: 1024 * 1024 * 10,
chunkSize: 1024 * 1024 * 10,
fastMode: undefined,
beforeFirstChunk: undefined,
withCredentials: undefined,