mirror of https://github.com/milvus-io/milvus.git
Update CHANGELOG and fix cpp lint error
parent
745ce13f46
commit
f2a64a1272
|
@ -9,6 +9,7 @@ Please mark all change in change log and use the ticket from JIRA.
|
|||
## Feature
|
||||
|
||||
## Improvement
|
||||
- \#190 - Update default config:use_blas_threshold to 1100 and server version printout to 0.52
|
||||
|
||||
## Task
|
||||
|
||||
|
|
|
@ -61,11 +61,9 @@ class CacheMgr {
|
|||
SetCapacity(int64_t capacity);
|
||||
|
||||
protected:
|
||||
|
||||
CacheMgr();
|
||||
|
||||
virtual
|
||||
~CacheMgr();
|
||||
virtual ~CacheMgr();
|
||||
|
||||
protected:
|
||||
using CachePtr = std::shared_ptr<Cache<ItemObj>>;
|
||||
|
|
Loading…
Reference in New Issue