Skip to content

Commit

Permalink
Remove limit
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Aug 29, 2018
1 parent 2f38d5f commit a2be925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/storage/es/spanstore/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const mapping = `{
"index.number_of_shards": ${__NUMBER_OF_SHARDS__},
"index.number_of_replicas": ${__NUMBER_OF_REPLICAS__},
"index.mapping.nested_fields.limit":50,
"index.mapping.total_fields.limit":100000,
"index.requests.cache.enable":true,
"index.mapper.dynamic":false
},
Expand Down

0 comments on commit a2be925

Please sign in to comment.