summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-01-27 17:42:36 +0100
committerBadlop <badlop@process-one.net>2021-01-27 17:44:17 +0100
commit5ec8cf9e098b8332696f15369e117ded6108b159 (patch)
treeb39b3e13fe3d5cd0101499599167780a1abd052c /src
parentUpdate ejabberd man file (#3490) (diff)
Document the recent oauth_cache_rest_failure_life_time option
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_options_doc.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl
index ad4b36fb..d62950dd 100644
--- a/src/ejabberd_options_doc.erl
+++ b/src/ejabberd_options_doc.erl
@@ -867,6 +867,11 @@ doc() ->
desc =>
?T("Same as 'cache_missed', but applied to OAuth cache "
"only. If not set, the value from 'cache_missed' will be used.")}},
+ {oauth_cache_rest_failure_life_time,
+ #{value => "timeout()",
+ desc =>
+ ?T("The time that a failure in OAuth ReST is cached. "
+ "The default value is 'infinity'.")}},
{oauth_cache_size,
#{value => "pos_integer() | infinity",
desc =>