Skip to content

Commit bd488cb

Browse files
AnizRraumschmiede-joshuaL
authored andcommitted
[FIX] base_import_async: use chunk size defined by user in front when creating import batches
1 parent 33bcad9 commit bd488cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base_import_async/models/base_import_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
OPT_SEPARATOR = "separator"
2020
OPT_QUOTING = "quoting"
2121
OPT_ENCODING = "encoding"
22+
OPT_CHUNK_SIZE = "limit"
2223
# options defined in base_import_async/import.js
2324
OPT_USE_QUEUE = "use_queue"
24-
OPT_CHUNK_SIZE = "chunk_size"
2525
# option not available in UI, but usable from scripts
2626
OPT_PRIORITY = "priority"
2727

0 commit comments

Comments
 (0)