You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<configuration name="http_cache.conf" description="HTTP GET cache">
|
|
|
<settings>
|
|
|
<param name="max-urls" value="10000"/>
|
|
|
<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"/>
|
|
|
</settings>
|
|
|
</configuration>
|