Browse Source

update the cache location

3.12
bitbashing 14 years ago
parent
commit
eb70a65832
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload_configs/http_cache.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"> <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}/http_cache"/>
<param name="location" value="$${base_dir}/share/freeswitch/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