Browse Source

Merge remote branch 'origin/master'

3.12
dschreiber 14 years ago
parent
commit
6911f44b12
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      autoload_configs/http_cache.conf.xml
  2. +1
    -1
      autoload_configs/modules.conf.xml

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

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


+ 1
- 1
autoload_configs/modules.conf.xml View File

@ -3,7 +3,7 @@
<!-- Loggers -->
<load module="mod_console"/>
<load module="mod_logfile"/>
<load module="mod_syslog"/>
<!--<load module="mod_syslog"/>-->
<!-- XML Interfaces -->
<!--<load module="mod_xml_cdr"/>-->


Loading…
Cancel
Save