mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
6 lines
214 B
Plaintext
6 lines
214 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() }}
|