mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
aa927edbbc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue