Threadpool documentation mentions several times the default value of the size of the threadpool as:
"The size parameter ...defaults to the number of cores times 5."
This happens for example in the section for fixed auto queue size threadpool.
But it looks like this default size is not used anymore, as each specific threadpool (for example search) has its own default size. Is this definition still relevant or should it be removed?
Threadpool documentation mentions several times the default value of the
sizeof the threadpool as:"The size parameter ...defaults to the number of cores times 5."
This happens for example in the section for fixed auto queue size threadpool.
But it looks like this default size is not used anymore, as each specific threadpool (for example search) has its own default size. Is this definition still relevant or should it be removed?