From dbcacec0a70cec2a07d97482fbaf110868efac74 Mon Sep 17 00:00:00 2001 From: Xiaofan <83447078+xiaofan-luan@users.noreply.github.com> Date: Sat, 25 Sep 2021 11:17:56 +0800 Subject: [PATCH] [skip ci]Add comments for common conf (#8531) Signed-off-by: xiaofan-luan --- configs/advanced/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/advanced/common.yaml b/configs/advanced/common.yaml index 5613c44c88..c7ff5ae19a 100644 --- a/configs/advanced/common.yaml +++ b/configs/advanced/common.yaml @@ -10,5 +10,5 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. common: - defaultPartitionName: "_default" - defaultIndexName: "_default_idx" + defaultPartitionName: "_default" # default partition name for a collection + defaultIndexName: "_default_idx" # default index name