]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update default http cache config
authorChristopher Rienzo <chris@rienzo.net>
Wed, 25 Jan 2012 15:11:31 +0000 (15:11 +0000)
committerChristopher Rienzo <chris@rienzo.net>
Wed, 25 Jan 2012 15:11:31 +0000 (15:11 +0000)
conf/autoload_configs/http_cache.conf.xml

index 4150d6472e09869eff35fc650df27af4118cc028..4f05269658254d224875e30758df80bb7fd53732 100644 (file)
@@ -3,6 +3,8 @@
     <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>