Skip to content

Commit fd6a132

Browse files
authored
Merge pull request #27 from pinecone-io/spec-changes
change pods description
2 parents f82e3c1 + 4f9bd6b commit fd6a132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/index_service.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
},
233233
"pods": {
234234
"type": "integer",
235-
"description": "The total number of pods the index uses. pods=shards*replicas.",
235+
"description": "The total number of pods the index uses, including replicas",
236236
"default": 1
237237
},
238238
"replicas": {

specs/pinecone_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@
893893
},
894894
"pods": {
895895
"type": "integer",
896-
"description": "The total number of pods the index uses. pods=shards*replicas.",
896+
"description": "The total number of pods the index uses, including replicas",
897897
"default": 1
898898
},
899899
"replicas": {

0 commit comments

Comments
 (0)