You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/26 09:47:39 UTC

[2/3] syncope git commit: Rephrase

Rephrase


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/fff23ec6
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/fff23ec6
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/fff23ec6

Branch: refs/heads/2_1_X
Commit: fff23ec67857b1b26ba2df4aaeb0f3d81b9cd9c0
Parents: 91f1490
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Oct 26 11:47:06 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Oct 26 11:47:18 2018 +0200

----------------------------------------------------------------------
 .../systemadministration/configurationparameters.adoc        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fff23ec6/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
index e25d31d..8efad79 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
@@ -54,8 +54,8 @@ Suspended Users are anyway not allowed to authenticate.
 for usage with <<connectors-resources-history, connectors and resources configuration history management>>;
 * `resource.conf.history.size` - how many previous configurations shall be kept for each External Resource,
 for usage with <<connectors-resources-history, connectors and resources configuration history management>>;
-* `connector.test.timeout` - timeout (in seconds) for testing connector connection in <<Admin Console>>. 
-A value of `0` means there will be no timeout;
+* `connector.test.timeout` - timeout (in seconds) to check connector connection in <<Admin Console>>;
+`0` to skip any check;
 
 [NOTE]
 ====
@@ -63,8 +63,8 @@ This parameter is useful to avoid waiting for the default connector timeout, by
 or to completely disable connector connection testing.
 ====
 
-* `resource.test.timeout` - timeout (in seconds) for testing resource connection in <<Admin Console>>. 
-A value of `0` means there will be no timeout.
+* `resource.test.timeout` - timeout (in seconds) to check resource connection in <<Admin Console>>;
+`0` to skip any check;
 
 [NOTE]
 ====