mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
Update csv.js
This commit is contained in:
@@ -73,7 +73,7 @@ export default {
|
|||||||
parsedData.errors = [...parsedData.errors, ...results.errors]
|
parsedData.errors = [...parsedData.errors, ...results.errors]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
chunkSize: 1024 * 1024 * 10,
|
chunkSize: 1024 * 1024 * 10,
|
||||||
fastMode: undefined,
|
fastMode: undefined,
|
||||||
beforeFirstChunk: undefined,
|
beforeFirstChunk: undefined,
|
||||||
withCredentials: undefined,
|
withCredentials: undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user