You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MiniProfiler.Settings.cs was removed with commit 8e36f48, and with it MaxJsonResponseSize. I don't see a replacement. Am I missing something, and there is a new property somewhere else, or is it not needed any more?
The text was updated successfully, but these errors were encountered:
Code was (in StackExchange.Profiling/MiniProfiler.Settings.cs):
/// <summary>/// Maximum payload size for json responses in bytes defaults to 2097152 characters, which is equivalent to 4 MB of Unicode string data./// </summary>[DefaultValue(2097152)]publicstaticintMaxJsonResponseSize{get;set;}
MiniProfiler.Settings.cs was removed with commit 8e36f48, and with it MaxJsonResponseSize. I don't see a replacement. Am I missing something, and there is a new property somewhere else, or is it not needed any more?
The text was updated successfully, but these errors were encountered: