1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2016-12-20 15:53:59 +01:00
commit aa927edbbc
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ void SchedulerFeature::validateOptions(
std::shared_ptr<options::ProgramOptions>) {
if (_nrServerThreads == 0) {
_nrServerThreads = TRI_numberProcessors();
LOG(DEBUG) << "Detected number of processors: " << _nrServerThreads;
}
if (_queueSize < 128) {