mod_push_keepalive: Remove unused 'db_type' option

This commit is contained in:
Holger Weiss 2017-09-11 23:48:25 +02:00
parent dfd2045523
commit e6b1521b29
1 changed files with 1 additions and 1 deletions

View File

@ -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 ->
fun (B) when is_boolean(B) -> B end;
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].
%%--------------------------------------------------------------------