mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
increse thrift thread count
Former-commit-id: 33cec22bf8733907c7b6d67b5ff8b8cc28a816f7
This commit is contained in:
parent
d5a8b973c0
commit
51ebdb93a9
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user