Browse Source

add db_update_period param (#153)

4.1
lazedo 9 years ago
committed by bitbashing
parent
commit
2f94d7f2c3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/presence-role.cfg

+ 1
- 0
kamailio/presence-role.cfg View File

@ -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)


Loading…
Cancel
Save