add requestLengthDiskThreshold to <httpRuntime>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 19 Mar 2006 23:18:01 +0000 (23:18 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 19 Mar 2006 23:18:01 +0000 (23:18 -0000)
svn path=/trunk/mono/; revision=58171

data/net_1_1/machine.config

index cf30eb29002ac7dc4f8de140bcd657bc0d4715eb..dcd10cf28ec5fd2b4c2a05a4f880b4317149a0ee 100644 (file)
                                <add assembly="*" /> <!-- Add assemblies in bin directory -->
                        </assemblies>
                </compilation>
+               <!-- 
+                       RequestLengthDiskThreshold is a 2.0 feature that we
+                       enable for 1.x too.
+               -->
                <httpRuntime executionTimeout="90"
                             maxRequestLength="4096"
+                            requestLengthDiskThreshold="256" 
                             useFullyQualifiedRedirectUrl="false"
                             minFreeThreads="8"
                             minLocalRequestFreeThreads="4"