]> granicus.if.org Git - ejabberd/commitdiff
mod_push_keepalive: Remove unused 'db_type' option
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 11 Sep 2017 21:48:25 +0000 (23:48 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 11 Sep 2017 21:48:25 +0000 (23:48 +0200)
src/mod_push_keepalive.erl

index bde62fc6753100040b56f450d497b8c76f7f1263..bcdc0c2532ed68cf8a806a047e4472b0a131b0ee 100644 (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].
 
 %%--------------------------------------------------------------------