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; }