Skip to content

Commit

Permalink
Merge pull request #153 from humanmade/fix-v4-upgrade-ep-index-param
Browse files Browse the repository at this point in the history
v4 upgrade guide: fix elasticpress index parameter
  • Loading branch information
roborourke authored Jul 29, 2020
2 parents d6e5e08 + de8322b commit 3ff24d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ We recommend reindexing as soon as possible to take advantage of the new languag
wp --url=... elasticpress index --setup --network-wide
```

(Some sites with large posts or large metadata sizes may encounter errors while reindexing which reference the payload size. Try passing `--per-page 200` and other smaller numbers to decrease the chunk size, or contact the Altis Cloud team for advice.)
(Some sites with large posts or large metadata sizes may encounter errors while reindexing which reference the payload size. Try passing `--posts-per-page 200` and other smaller numbers to decrease the chunk size, or contact the Altis Cloud team for advice.)


## Headline Features
Expand Down

0 comments on commit 3ff24d2

Please sign in to comment.