Skip to content
Snippets Groups Projects
Commit e2ca78cd authored by Matthew Fredrickson's avatar Matthew Fredrickson
Browse files

sample_configs: noload res_hep.so by default

Change disables loading of res_hep.so in default installation.  Loading
res_hep has a performance impact whether it's used or not.  This disables
loading of it in sample config files.

Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0
(cherry picked from commit c8bacd45)
parent b022c814
Branches
Tags
No related merge requests found
......@@ -108,3 +108,9 @@ load = res_sorcery_config.so
load = res_sorcery_memory.so
load = res_sorcery_realtime.so
load = res_timing_timerfd.so
; Don't load res_hep.so and kin unless you are using hep monitoring in your network
noload = res_hep.so
noload = res_hep_pjsip.so
noload = res_hep_rtcp.so
......@@ -42,4 +42,8 @@ load => res_musiconhold.so
noload => chan_alsa.so
;noload => chan_oss.so
noload => chan_console.so
noload => res_hep.so
noload => res_hep_pjsip.so
noload => res_hep_rtcp.so
;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment