Revert field limit from testing

This commit is contained in:
weslambert
2022-01-27 11:18:35 -05:00
committed by GitHub
parent 39257df396
commit fc0a5bce86

View File

@@ -10,7 +10,7 @@
"number_of_shards":1, "number_of_shards":1,
"index.refresh_interval":"{{ REFRESH }}", "index.refresh_interval":"{{ REFRESH }}",
"index.routing.allocation.require.box_type":"hot", "index.routing.allocation.require.box_type":"hot",
"index.mapping.total_fields.limit": "10000" "index.mapping.total_fields.limit": "1500"
}, },
"mappings": { "mappings": {
"_meta": { "_meta": {