mirror of https://github.com/milvus-io/milvus.git
MS-176 Update table name length
Former-commit-id: 76a6e9ccfe4c148a2e9fea81b98e0375be6e3c0epull/191/head
parent
fedc8adc51
commit
3c851370ac
|
@ -7,7 +7,7 @@ namespace zilliz {
|
|||
namespace milvus {
|
||||
namespace server {
|
||||
|
||||
constexpr size_t table_name_size_limit = 16384;
|
||||
constexpr size_t table_name_size_limit = 255;
|
||||
constexpr int64_t table_dimension_limit = 16384;
|
||||
|
||||
ServerError
|
||||
|
|
Loading…
Reference in New Issue