You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/03/04 03:48:28 UTC

svn commit: r1076924 - /trafficserver/traffic/trunk/proxy/config/partition.config

Author: zwoop
Date: Fri Mar  4 02:48:27 2011
New Revision: 1076924

URL: http://svn.apache.org/viewvc?rev=1076924&view=rev
Log:
Removed MIXT from the default config.

Modified:
    trafficserver/traffic/trunk/proxy/config/partition.config

Modified: trafficserver/traffic/trunk/proxy/config/partition.config
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/config/partition.config?rev=1076924&r1=1076923&r2=1076924&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/config/partition.config (original)
+++ trafficserver/traffic/trunk/proxy/config/partition.config Fri Mar  4 02:48:27 2011
@@ -12,9 +12,7 @@
 #  Partition number 0 is reserved for the special free partition. 
 #  Each line MUST have a distinct partition number.
 #
-#  scheme is either 'http' or 'mixt'. All requests for streaming
-#  media type go to the mixt partitions, while all other kinds of 
-#  requests go to the http partitions.
+#  The only scheme currently supported is either 'http.
 #
 #  partition_size can either be specified in percentage of the total
 #  cache space or absolute value. It must be a multiple of 128 Megabytes,
@@ -26,10 +24,6 @@
 #  a 1 Gigabyte partition will have 256 Megabytes on each
 #  disk (assuming each disk has enough free space available).
 #
-# For example, to split the cache evenly between http and streaming, use
-#   partition=1 scheme=http size=50%
-#   partition=2 scheme=mixt size=50%
-#
 # To create one partition of size 10% of the total cache space and 
 # another 1 Gig  partition, 
 #  partition=1 scheme=http size=10%