Skip to content

Commit f7805bc

Browse files
author
Kevin Kim
committed
Adding underscore to limit
1 parent 1ddcf65 commit f7805bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def convert_item(item):
344344

345345
# TODO: If any datarows contain metadata, we're limiting max # of datarows
346346
# until we address performance issues with datarow create with metadata
347-
max_datarow_with_metadata = 2
347+
max_datarow_with_metadata = 30_000
348348
if (len(items) > max_datarow_with_metadata):
349349
for row in items:
350350
if 'metadata_fields' in row:

0 commit comments

Comments
 (0)