1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

Update csv.js

This commit is contained in:
twoxfh
2021-05-26 11:34:22 -07:00
committed by GitHub
parent dd3bd3da1d
commit 70450408dc

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,