Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
= Overview of load balancing in {Project}

[role="_abstract"]
You can configure your {Project} environment to use a load balancer to distribute host requests and network load across multiple {SmartProxyServers}.
This results in an improved performance on {SmartProxyServers} and improved performance and stability for host connections to {Project}.
You can configure your {Project} environment to use a load balancer to distribute host requests and network load across multiple {SmartProxyServers}. This results in an improved performance on {SmartProxyServers} and improved performance and stability for host connections to {Project}.
In a load-balanced setup, {SmartProxy} functionality supported for load balancing continues to work as expected when one {SmartProxyServer} is down for planned or unplanned maintenance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as below. I think the rule is not detecting the second sentence because it is followed immediately by a line break.

Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ Configure an LDAP authentication source to enable users to log in to {Project} w
----
. In the {ProjectWebUI}, navigate to *Administer* > *Authentication Sources*.
. From the *LDAP* menu, select *Create*.
. On the *LDAP server* tab, enter the details of your LDAP server.
+
For TLS encrypted connections, select *LDAPS* to enable encryption.
. On the *LDAP server* tab, enter the details of your LDAP server. For TLS encrypted connections, select *LDAPS* to enable encryption.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the rule is missing this occurrence because the second sentence does not end with a punctuation mark + space + character. It ends with a line break.

. On the *Account* tab, enter the account information and domain name details.
For more information, see the following sections:
** xref:Example_Settings_for_LDAP_Connections_{context}[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[id="Configuring_the_Cleaning_Unused_Tasks_Feature_{context}"]
= Configuring the cleaning unused tasks feature

{Project} performs regular cleaning to reduce disc space in the database and limit the rate of disk growth.
As a result, {Project} backup completes faster and overall performance is higher.
{Project} performs regular cleaning to reduce disc space in the database and limit the rate of disk growth. As a result, {Project} backup completes faster and overall performance is higher.

Check failure on line 6 in guides/common/modules/proc_configuring-the-cleaning-unused-tasks-feature.adoc

View workflow job for this annotation

GitHub Actions / linter

[vale] reported by reviewdog 🐶 [foreman-documentation.OneSentencePerLine] Write one sentence per line. Raw Output: {"message": "[foreman-documentation.OneSentencePerLine] Write one sentence per line.", "location": {"path": "guides/common/modules/proc_configuring-the-cleaning-unused-tasks-feature.adoc", "range": {"start": {"line": 6, "column": 106}}}, "severity": "ERROR"}

By default, {Project} executes a cron job that cleans tasks every day at 19:45.
{Project} removes the following tasks during the cleaning:
Expand Down
Loading