README
changeset 29 c5d00a24af56
parent 22 822094314703
child 30 5cc836e06759
--- a/README	Fri May 04 10:25:31 2012 -0700
+++ b/README	Tue Jul 24 12:12:07 2012 -0700
@@ -46,13 +46,13 @@
 
 Busy servers:
 
-Make sure rewrite_concurrency is disabled, volta is single threaded.
-Instead, just add more volta children.  They are lightweight, so load em
-up.  A proxy at my $DAYJOB is in use by around 450 people, and we get by
-nicely with 10 volta children.
+While Volta is lightweight enough to simply increase the amount of
+rewriter children, it also supports Squid's rewrite_concurrency format
+if you find that to be more efficient for your environment.  Adjust to
+taste.
 
-	url_rewrite_concurrency 0
-	url_rewrite_children 10
+	url_rewrite_concurrency 60
+	url_rewrite_children 5
 
 
 Using volta
@@ -235,4 +235,3 @@
 directory, distributed with volta.
 
 
-