Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
anon 2025-06-07 16:12:44 +02:00
commit 317c07b184
2 changed files with 5 additions and 1 deletions

View file

@ -42,6 +42,7 @@ nav:
- opsec/aps/index.md
- opsec/governments/index.md
- opsec/govfear/index.md
- opsec/lawsdonotstopcrime/index.md
- opsec/opsecmistakes/index.md
- 📝 Explaining OPSEC ⭐:
- opsec/opsec4levels/index.md
@ -65,6 +66,7 @@ nav:
- opsec/hypervisorsetup/index.md
- opsec/vpn/index.md
- opsec/vpnqemu/index.md
- opsec/dnscrypt/index.md
- 💻 Private VM Privacy:
- opsec/privatesimplex/index.md
- opsec/compilation/index.md
@ -615,6 +617,8 @@ plugins:
markdown_extensions:
- meta
- pymdownx.highlight
- pymdownx.superfences
repo_url: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions
repo_name: nihilist/blog-contributions

View file

@ -60,4 +60,4 @@ def main(directory, max_workers):
print(f"Compression failed for {fpath}: {exc}")
if __name__ == "__main__":
main('../docs/', max_workers=32)
main('../docs/', max_workers=4)