mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Document the recent oauth_cache_rest_failure_life_time option
This commit is contained in:
parent
248d8b8aff
commit
5ec8cf9e09
@ -1030,6 +1030,12 @@ Same as
|
||||
will be used\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBoauth_cache_rest_failure_life_time\fR: \fItimeout()\fR
|
||||
.RS 4
|
||||
The time that a failure in OAuth ReST is cached\&. The default value is
|
||||
\fIinfinity\fR\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBoauth_cache_size\fR: \fIpos_integer() | infinity\fR
|
||||
.RS 4
|
||||
Same as
|
||||
|
@ -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 =>
|
||||
|
Loading…
Reference in New Issue
Block a user