Update guide.html

This commit is contained in:
wibyweb 2023-02-06 00:05:42 -05:00 committed by GitHub
parent d441aacc81
commit f737e8e1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -429,7 +429,7 @@ drastically speeding up search speeds especially for multi-word queries. By defa
on line 373 and rebuild the core application.
<br>
<br>
The search results per page limit must evenly divide 'into' OR 'by' the total number of connections defined in servers.csv. If there is an excess of available replicas such that
The search results per page limit must evenly divide 'into' OR 'by' the total number of replicas defined in servers.csv. If there is an excess of available replicas such that
they do not divide evenly, those will remain in sync but will not be used for searches unless another replica fails. You can adjust the search results per page limit ('lim' inside core.go) to a different value (default 12),
then rebuild core.go and restart rt. Include the new page limit when you run rt since it is no longer default (eg for a limit of 10: './rt 10') to make excess available replicas divide evenly (if necessary).
<br>