freeswitch/conf/vanilla/autoload_configs/http_cache.conf.xml

11 lines
371 B
XML
Raw Normal View History

2011-10-06 12:25:03 -04:00
<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="default-max-age" value="86400"/>
2012-01-25 10:11:31 -05:00
<param name="prefetch-thread-count" value="8"/>
<param name="prefetch-queue-size" value="100"/>
2011-10-06 12:25:03 -04:00
</settings>
</configuration>