Update the threads comment in config.hh w/ the actual core count used

This commit is contained in:
Evan Klitzke 2020-03-24 08:52:25 -07:00
parent 5a08ff99e6
commit f3a9edea57
No known key found for this signature in database
GPG Key ID: 3279048B58C0BCC2

View File

@ -285,7 +285,8 @@ struct Config {
// If true, index parameters in declarations.
bool parametersInDeclarations = true;
// Number of indexer threads. If 0, 80% of cores are used.
// Number of indexer threads. If 0, the number of index threads will match
// the number of cores (as reported by std::thread::hardware_concurrency).
int threads = 0;
// Whether to reparse a file if write times of its dependencies have