mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-21 07:59:27 +00:00
Update the threads comment in config.hh w/ the actual core count used
This commit is contained in:
parent
5a08ff99e6
commit
f3a9edea57
@ -285,7 +285,8 @@ struct Config {
|
|||||||
// If true, index parameters in declarations.
|
// If true, index parameters in declarations.
|
||||||
bool parametersInDeclarations = true;
|
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;
|
int threads = 0;
|
||||||
|
|
||||||
// Whether to reparse a file if write times of its dependencies have
|
// Whether to reparse a file if write times of its dependencies have
|
||||||
|
Loading…
Reference in New Issue
Block a user