Files
rippled/conan/global.conf
2026-05-13 19:34:46 +00:00

8 lines
278 B
Plaintext

# Global configuration for Conan. This is used to set the number of parallel
# downloads and uploads.
core:non_interactive=True
core.download:parallel={{ os.cpu_count() }}
core.upload:parallel={{ os.cpu_count() }}
tools.files.download:retry=5
tools.files.download:retry_wait=10