You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: h5pyd/_apps/hsload.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ def main():
124
124
cfg.setitem("ignorefilters", False, flags=["--ignore-filters"], help="ignore any filters used by source dataset")
125
125
cfg.setitem("retries", 3, flags=["--retries",], choices=["N",], help="Set number of server retry attempts")
126
126
cfg.setitem("no_checks", False, flags=["--no-checks"], help="do not check for existence before creating resources")
127
+
cfg.setitem("thread_count", 30, flags=["--thread-count"], choices=["N",] ,help="The number of threads to allocate when making requests in parallel, defaults to 30")
0 commit comments