Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 14, 2024
1 parent 93cec44 commit 5ccc9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For example, on Drogon:
```bash
parse_all_dandi_raw_s3_logs \
--base_raw_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs \
--parsed_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs-cody/parsed_7_13_2024/GET_per_asset_id \
--parsed_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs-cody/parsed_8_12_2024/GET_per_asset_id \
--excluded_log_files /mnt/backup/dandi/dandiarchive-logs/stats/start-end.log \
--excluded_ips < Drogons IP > \
--maximum_number_of_workers 6 \
Expand Down
2 changes: 1 addition & 1 deletion src/dandi_s3_log_parser/_command_line_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
default=1,
)
@click.option(
"--maximum_buffer_size_in_MB",
"--maximum_buffer_size_in_mb",
help=""""
The theoretical maximum amount of RAM (in MB) to use on each buffer iteration when reading from the
source text files.
Expand Down

0 comments on commit 5ccc9a5

Please sign in to comment.