提交 700e8ceb 编写于 作者: P peng.xu

Merge branch 'branch-0.3.1' into 'branch-0.3.1'

increse thrift thread count

See merge request megasearch/milvus!227

Former-commit-id: 6e307b269d0ebb15ae08ac61cd720e3d2733ba61
......@@ -76,7 +76,7 @@ MilvusServer::StartService() {
return;
}
stdcxx::shared_ptr<ThreadManager> threadManager(ThreadManager::newSimpleThreadManager());
stdcxx::shared_ptr<ThreadManager> threadManager(ThreadManager::newSimpleThreadManager(16));
stdcxx::shared_ptr<PosixThreadFactory> threadFactory(new PosixThreadFactory());
threadManager->threadFactory(threadFactory);
threadManager->start();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册