1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-08 11:10:43 +00:00
2012-03-24 03:19:32 +00:00

11 lines
371 B
XML

<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"/>
<param name="prefetch-thread-count" value="8"/>
<param name="prefetch-queue-size" value="100"/>
</settings>
</configuration>