From 2f94d7f2c361d4d062a2bd8da8f18d9fcdf52f59 Mon Sep 17 00:00:00 2001 From: lazedo Date: Mon, 20 Mar 2017 18:43:07 +0000 Subject: [PATCH] add db_update_period param (#153) --- kamailio/presence-role.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/kamailio/presence-role.cfg b/kamailio/presence-role.cfg index 872a7e2..1a302e2 100644 --- a/kamailio/presence-role.cfg +++ b/kamailio/presence-role.cfg @@ -23,6 +23,7 @@ modparam("presence", "subs_db_mode", 3) modparam("presence", "expires_offset", 60) modparam("presence", "send_fast_notify", 1) modparam("presence", "clean_period", 30) +modparam("presence", "db_update_period", 10) modparam("presence", "publ_cache", 0) modparam("presence", "min_expires_action", PRESENCE_MIN_EXPIRES_ACTION) modparam("presence", "min_expires", PRESENCE_MIN_EXPIRES)