mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-06 16:24:54 +00:00
Merge f3a9edea57
into 24dd3bd4c2
This commit is contained in:
commit
e8bb6238ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user