mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added future investigation note
refs https://github.com/TryGhost/Toolbox/issues/430 - This is a strange hardcoded value that seems like some legacy leftover concept we could do without or improve
This commit is contained in:
parent
d165a0017c
commit
2175d64095
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ module.exports = class MembersCSVImporter {
|
|||
* @returns {Promise<{id: JobID, batches: number, metadata: Object.<string, any>}>} - A promise resolving to the id of the MemberImport Job
|
||||
*/
|
||||
async prepare(inputFilePath, headerMapping, defaultLabels) {
|
||||
// @NOTE: investigate why is it "1" and do we even need this concept anymore?
|
||||
const batchSize = 1;
|
||||
|
||||
const siteTimezone = this._getTimezone();
|
||||
|
|
Loading…
Add table
Reference in a new issue