Skip to content
Snippets Groups Projects
Commit c8bacd45 authored by Matthew Fredrickson's avatar Matthew Fredrickson Committed by Richard Mudgett
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
parent a4d1c4da
No related branches found
No related tags found
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
......@@ -37,4 +37,8 @@ autoload=yes
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.
Finish editing this message first!
Please register or to comment