Browse Source

add db_url to htable for registrar warm cache

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
ff7874141d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/default.cfg

+ 1
- 0
kamailio/default.cfg View File

@ -159,6 +159,7 @@ loadmodule "sdpops.so"
loadmodule "htable.so" loadmodule "htable.so"
modparam("htable", "htable", "associations=>size=16;autoexpire=7200") modparam("htable", "htable", "associations=>size=16;autoexpire=7200")
modparam("htable", "htable", "redirects=>size=16;autoexpire=5") modparam("htable", "htable", "redirects=>size=16;autoexpire=5")
modparam("htable", "db_url", "KAZOO_DB_URL")
####### RTIMER module ########## ####### RTIMER module ##########
loadmodule "rtimer.so" loadmodule "rtimer.so"


Loading…
Cancel
Save