mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
mod_push_keepalive: Remove unused 'db_type' option
This commit is contained in:
parent
dfd2045523
commit
e6b1521b29
@ -91,7 +91,7 @@ mod_opt_type(O) when O == cache_life_time; O == cache_size ->
|
|||||||
mod_opt_type(O) when O == use_cache; O == cache_missed ->
|
mod_opt_type(O) when O == use_cache; O == cache_missed ->
|
||||||
fun (B) when is_boolean(B) -> B end;
|
fun (B) when is_boolean(B) -> B end;
|
||||||
mod_opt_type(_) ->
|
mod_opt_type(_) ->
|
||||||
[resume_timeout, wake_on_start, wake_on_timeout, db_type, cache_life_time,
|
[resume_timeout, wake_on_start, wake_on_timeout, cache_life_time,
|
||||||
cache_size, use_cache, cache_missed, iqdisc].
|
cache_size, use_cache, cache_missed, iqdisc].
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user