mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
[skip ci](shards): support server 0.7.1 (#1811)
Signed-off-by: peng.xu <peng.xu@zilliz.com>
This commit is contained in:
parent
88cf5e2bd8
commit
a459a1efdd
@ -12,7 +12,7 @@ else:
|
||||
env.read_env()
|
||||
|
||||
|
||||
SERVER_VERSIONS = ['0.7.0']
|
||||
SERVER_VERSIONS = ['0.7.0', '0.7.1']
|
||||
DEBUG = env.bool('DEBUG', False)
|
||||
MAX_RETRY = env.int('MAX_RETRY', 3)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user