You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by sk...@apache.org on 2018/10/11 14:06:02 UTC

syncope git commit: [SYNCOPE-1379] Added documentation about new check connection timeout parameters

Repository: syncope
Updated Branches:
  refs/heads/2_0_X f092044c4 -> cfa980833


[SYNCOPE-1379] Added documentation about new check connection timeout parameters


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

Branch: refs/heads/2_0_X
Commit: cfa980833a736bfee3ae027ae26bf7e2d6ccccb4
Parents: f092044
Author: skylark17 <ma...@tirasa.net>
Authored: Thu Oct 11 16:05:50 2018 +0200
Committer: skylark17 <ma...@tirasa.net>
Committed: Thu Oct 11 16:05:50 2018 +0200

----------------------------------------------------------------------
 .../configurationparameters.adoc                 | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/cfa98083/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 6a8a468..9b4503e 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
@@ -55,6 +55,23 @@ Suspended Users are anyway not allowed to authenticate.
 * `connector.conf.history.size` - how many previous configurations shall be kept for each Connector Instance,
 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>>.
+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;
+
+[NOTE]
+====
+This parameter is useful to avoid waiting for the default connector timeout, by setting a shorter value; 
+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.
+
+[NOTE]
+====
+This parameter is useful to avoid waiting for the default resource timeout, by setting a shorter value; 
+or to completely disable resource connection testing.
+====
 
 Besides this default set, new configuration parameters can be defined to support <<customization,custom>> code.