Mention IOWORKERS in README.md

This commit is contained in:
taoky 2024-08-27 21:41:03 +08:00
parent cd40fc1f40
commit bfdecd4d8f

View File

@ -100,6 +100,9 @@ If you already have a PyPI repo, use `genlocal` first to generate a local db:
`verify` command accepts same arguments as sync, and accepts some new arguments. Please check `./shadowmire.py verify --help` for more information. `verify` command accepts same arguments as sync, and accepts some new arguments. Please check `./shadowmire.py verify --help` for more information.
> [!TIP]
> You could set `SHADOWMIRE_IOWORKERS` environment variable to a number to set threads to do local I/O. Defaults to 5.
> [!IMPORTANT] > [!IMPORTANT]
> For users switching from Bandersnatch to Shadowmire, you **MUST** run the following commands (with exclusion, of course) before regular syncing: > For users switching from Bandersnatch to Shadowmire, you **MUST** run the following commands (with exclusion, of course) before regular syncing:
> >