Skip to content

Commit d3ecfed

Browse files
committedDec 14, 2018
docs(error): Improve message when hitting record quota
1 parent 543c4ec commit d3ecfed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎lib/errors/record_too_big.txt

+3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ W:   {record_log_path}
1414
W:
1515
I:This issue can be caused by malformed HTML preventing the parser to correctly grab the content of the nodes. Double check that the page actually renders correctly with a regular `jekyll build`.
1616
I:
17+
I:You can also exclude the page generating this error from the indexing by editing the `files_to_exclude` key of your config.
18+
I:
1719
I:If you think this is an error and your current Algolia plan should allow you to push records bigger than {max_record_size}, you can change the `max_record_size` config option to increase the limit. Paid plans have a limit set to 20Kb, while free Community plans have it set to 10Kb.
1820
I:
1921
I:The following documentation might help you:
22+
I:   - https://community.algolia.com/jekyll-algolia/options.html#files-to-exclude
2023
I:   - https://community.algolia.com/jekyll-algolia/options.html#nodes-to-index
2124
I:   - https://community.algolia.com/jekyll-algolia/options.html#max-record-size
2225
I:

0 commit comments

Comments
 (0)
Failed to load comments.