管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-07-28 015a83929f2f04455c704546f3d3f80d42c23101
ExportMap/cs/NoBufferPolicySelector.cs
@@ -15,7 +15,7 @@
            if (context != null)
            {
                if (context.Request.HttpMethod == HttpMethod.Post.ToString() && context.Request.ContentLength > 200000)
                if (context.Request.HttpMethod == HttpMethod.Post.ToString() && context.Request.ContentLength > 102400)
                {
                    return false;
                }