Move includes/templates to resources/templates.

This commit is contained in:
Mark Crane
2013-06-09 05:03:13 +00:00
parent fcc76be714
commit e02ac39270
171 changed files with 0 additions and 0 deletions
@@ -0,0 +1,10 @@
<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>