mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
8 lines
278 B
Plaintext
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
|