Skip to content

Commit

Permalink
list -> array
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Oct 12, 2023
1 parent 0cf7854 commit 1020bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solr-on-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ provision:
details: "How many Solr Followers should be created"
- field_name: solrFollowerLbWeight
required: false
type: list
type: array
details: "How to distribute traffic load to each follower"
- field_name: solrFollowerCpu
required: false
Expand Down Expand Up @@ -157,7 +157,7 @@ provision:
- name: solrFollowerLbWeight
default: [1,1,1,1]
overwrite: false
type: list
type: array
- name: solrFollowerDiskSize
default: 50
overwrite: false
Expand Down

0 comments on commit 1020bce

Please sign in to comment.