milvus icon indicating copy to clipboard operation
milvus copied to clipboard

[Enhancement]: Change all const magic number into paramtable item

Open congqixia opened this issue 1 year ago • 10 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

What would you like to be added?

There are lots of magic number const in current code base of Milvus We shall change most of them into configurable param items

Why is this needed?

Hard-coded magic number is hard to maintain and user will have trouble when default value meet some problems Some paramtable item could be change in runtime for better user experience

Anything else?

No response

congqixia avatar Nov 29 '23 06:11 congqixia