mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Decrease etcd snapshot-count to 10000 for nightly ci (#7934)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
ab5d95fc1d
commit
1eccb1d2c4
@ -53,6 +53,8 @@ spec:
|
||||
value: "revision"
|
||||
- name: ETCD_AUTO_COMPACTION_RETENTION
|
||||
value: "1000"
|
||||
- name: ETCD_SNAPSHOT_COUNT
|
||||
value: "10000"
|
||||
command:
|
||||
- etcd
|
||||
- -advertise-client-urls=http://127.0.0.1:2379
|
||||
|
Loading…
Reference in New Issue
Block a user