Skip to content

Commit 583a770

Browse files
authored
Merge pull request #872 from PayButton/feat/increase-csv-row-count
Increased max CSV row count from 2k to 10k.
2 parents 73c7ab5 + 839bde4 commit 583a770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const PAYBUTTON_TRANSACTIONS_FILE_HEADERS = {
240240
}
241241

242242
export const DEFAULT_PAYBUTTON_CSV_FILE_DELIMITER = ','
243-
export const MAX_RECORDS_PER_FILE = 2000
243+
export const MAX_RECORDS_PER_FILE = 10000
244244

245245
export const DECIMALS: Record<string, number> = {
246246
BCH: 8,

0 commit comments

Comments
 (0)