Config file support and other fixes

- Write JSON every 100 iterations instead of 1000 iterations
- Write plan.json with indent=2
This commit is contained in:
taoky
2024-08-06 14:41:51 +08:00
parent a6358aad8d
commit c8a11d3d1f
3 changed files with 55 additions and 9 deletions

9
config.example.toml Normal file
View File

@ -0,0 +1,9 @@
[options]
sync_packages = true
# shadowmire_upstream = http://example.com/pypi/web/
exclude = [
"[a-z]"
]
prerelease_exclude = [
".+"
]