update default http cache config

This commit is contained in:
Christopher Rienzo 2012-01-25 15:11:31 +00:00
parent b55a6b158f
commit 34269dbc0b
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<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}/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-queue-size" value="100"/>
</settings> </settings>
</configuration> </configuration>