aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2017-09-11 23:48:25 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2017-09-11 23:48:25 +0200
commite6b1521b2906575a179e4748c266f28241a31cfb (patch)
tree2ec876cb202b6b2cf8a18ff4f05b3ef279c13f7f /src
parentIntroduce option 'allow_transports' (diff)
mod_push_keepalive: Remove unused 'db_type' option
Diffstat (limited to 'src')
-rw-r--r--src/mod_push_keepalive.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_push_keepalive.erl b/src/mod_push_keepalive.erl
index bde62fc67..bcdc0c253 100644
--- a/src/mod_push_keepalive.erl
+++ b/src/mod_push_keepalive.erl
@@ -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].
%%--------------------------------------------------------------------