Fix plugin's documentation after 8fb718b Documentation errors were introduced in commit 8fb718b: - section index.waitTimeout was introduced twice - http.lockAcquireTimeout should be replaced with index.waitTimeout - http.timeout is a config variable not defined in the plugin Change-Id: Ia22fa254643c98452684ad6d366b70ee18a58e68
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md index ac3b400..f5c786f 100644 --- a/src/main/resources/Documentation/config.md +++ b/src/main/resources/Documentation/config.md
@@ -160,13 +160,6 @@ : The interval of time in milliseconds between the subsequent auto-retries. When not specified, the default value is set to 10000ms. -```index.waitTimeout``` -: Maximum interval of time in milliseconds the plugin waits to acquire the lock for - an indexing call. When not specified, the default value is set to 5000ms. - -NOTE: the default settings for `http.timeout`, `http.maxTries` and `http.lockAcquireTimeout` -ensure that the plugin will keep retrying to forward a message for one hour. - ```cache.synchronize``` : Whether to synchronize cache evictions. Defaults to true. @@ -219,6 +212,9 @@ the lock for an indexing call. When not specified, the default value is set to 5000ms. +NOTE: the default settings for `http.socketTimeout`, `http.maxTries` and `index.waitTimeout` +ensure that the plugin will keep retrying to forward a message for one hour. + ```websession.synchronize``` : Whether to synchronize web sessions. Defaults to true.