Skip to content

Commit 9b5834e

Browse files
committed
chore: more guides (gary the goat)
1 parent 93011aa commit 9b5834e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CTS/requests/search/setSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,14 +961,14 @@
961961
"parameters": {
962962
"indexName": "theIndexName",
963963
"indexSettings": {
964-
"maxFacetHits": 1000
964+
"maxFacetHits": 100
965965
}
966966
},
967967
"request": {
968968
"path": "/1/indexes/theIndexName/settings",
969969
"method": "PUT",
970970
"body": {
971-
"maxFacetHits": 1000
971+
"maxFacetHits": 100
972972
}
973973
}
974974
},

0 commit comments

Comments
 (0)