Repository: syncope
Updated Branches:
  refs/heads/2_1_X 31595e4e7 -> 9e56cf510


[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/9e56cf51
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9e56cf51
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9e56cf51

Branch: refs/heads/2_1_X
Commit: 9e56cf510ee55df7cb713de97610e7f680b2d705
Parents: 31595e4
Author: skylark17 <matteo.alessandr...@tirasa.net>
Authored: Thu Oct 11 16:05:50 2018 +0200
Committer: skylark17 <matteo.alessandr...@tirasa.net>
Committed: Thu Oct 11 16:08:41 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/9e56cf51/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 7ba4a4d..e25d31d 100644
--- 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
+++ 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
@@ -53,6 +53,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.

Reply via email to