Update guide.html

This commit is contained in:
wibyweb 2022-10-17 21:41:54 -04:00 committed by GitHub
parent c04d1fbbc3
commit 7382848607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,7 +428,7 @@ Edit the servers.csv file for rt to indicate all available replica servers. If y
<br>
The core application checks the replication tracker (rt) output to determine if any replicas are online, it will initiate a connection on those replicas and task each one to search a different section of the index,
drastically speeding up search speeds especially for multi-word queries. By default, single-word queries will not initiate multiple connections across replicas. To enable that on single-word queries, comment out the IF statement
on line 365 and rebuild the core application.
on line 373 and rebuild the core application.
<br>
<br>
The number of available replicas must divide evenly into the search results per page limit (lim), OR, the search results per page limit must divide evenly into the number of available replicas. If there