Browse Source

Karl told me to do it!

4.0
Sean Wysor 9 years ago
committed by GitHub
parent
commit
4779218a6c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      freeswitch/autoload_configs/http_cache.conf.xml

+ 1
- 1
freeswitch/autoload_configs/http_cache.conf.xml View File

@ -1,7 +1,7 @@
<configuration name="http_cache.conf" description="HTTP GET cache"> <configuration name="http_cache.conf" description="HTTP GET cache">
<settings> <settings>
<param name="max-urls" value="10000"/> <param name="max-urls" value="10000"/>
<param name="location" value="$${base_dir}/share/freeswitch/http_cache"/>
<param name="location" value="$${sounds_dir}/http_cache"/>
<param name="default-max-age" value="86400"/> <param name="default-max-age" value="86400"/>
<param name="prefetch-thread-count" value="8"/> <param name="prefetch-thread-count" value="8"/>
<param name="prefetch-queue-size" value="100"/> <param name="prefetch-queue-size" value="100"/>


Loading…
Cancel
Save