mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
add a --max-concurrency flag
It sets the max number of threads to use for a parallel job. This is different that the number of total threads, since monero binaries typically start a lot of them.
This commit is contained in:
@@ -160,4 +160,7 @@ namespace tools
|
||||
};
|
||||
|
||||
void set_strict_default_file_permissions(bool strict);
|
||||
|
||||
void set_max_concurrency(unsigned n);
|
||||
unsigned get_max_concurrency();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user