Browse Source

Remove unneeded word

James Rodewig 4 years ago
parent
commit
712dbdc037
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/how-to/size-your-shards.asciidoc

+ 2 - 2
docs/reference/how-to/size-your-shards.asciidoc

@@ -131,8 +131,8 @@ Large shards may make a cluster less likely to recover from failure. When a node
 fails, {es} rebalances the node's shards across the data tier's remaining nodes.
 Large shards can be harder to move across a network and may tax node resources.
 
-While not a hard limit, shards between 10GB and 50GB tend to work well. However,
-you may be able to use larger shards depending on your network and use case.
+While not a hard limit, shards between 10GB and 50GB tend to work well. You may
+be able to use larger shards depending on your network and use case.
 
 If you use {ilm-init}, set the <<ilm-rollover,rollover action>>'s
 `max_primary_shard_size` threshold to `50gb` to avoid shards larger than 50GB.