Skip to content

Commit

Permalink
Add note about cache when scrubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGagorik committed Nov 8, 2024
1 parent bf5d80a commit e8a2c01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ This command will download item data from ffxiah.com and save it to a CSV file.

There is a pre-built CSV file in the repo, so you do not need to run this command if you don't want to.

!!! note

Pass the `--cache .cache` flag to the `scrub` app to save intermediate data during the scrubbing process.
This will allow you to resume the scrubbing process if it is interrupted.
Delete the `.cache` folder to start the scrubbing process from scratch.

!!! note

Set FFXIAHBOT_SCRUB_MAX_FAILURES=N to the number of failures (N) you are willing to accept before the scrubber stops.
Expand Down

0 comments on commit e8a2c01

Please sign in to comment.