We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c7592 commit 89aa4f6Copy full SHA for 89aa4f6
redisgraph_bulk_loader/bulk_insert.py
@@ -66,7 +66,7 @@ def process_entities(entities):
66
@click.option('--escapechar', '-x', default='\\', help='the escape char used for the CSV reader (default \\). Use "none" for None.')
67
# Buffer size restrictions
68
@click.option('--max-token-count', '-c', default=1024, help='max number of processed CSVs to send per query (default 1024)')
69
-@click.option('--max-buffer-size', '-b', default=2048, help='max buffer size in megabytes (default 2048)')
+@click.option('--max-buffer-size', '-b', default=512, help='max buffer size in megabytes (default 512)')
70
@click.option('--max-token-size', '-t', default=500, help='max size of each token in megabytes (default 500, max 512)')
71
@click.option('--index', '-i', multiple=True, help='Label:Propery on which to create an index')
72
@click.option('--full-text-index', '-f', multiple=True, help='Label:Propery on which to create an full text search index')
0 commit comments