This commit is contained in:
Evan Klitzke 2020-04-20 23:07:02 +08:00 committed by GitHub
commit e8bb6238ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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