Files
rippled/conan/global.conf
2026-06-02 13:01:46 -04: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