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
options.MaxRequestBodySize=_runtimeSettings.Value.MaxRequestLength.HasValue?_runtimeSettings.Value.MaxRequestLength.Value*1024:uint.MaxValue;// ~4GB is the max supported value for IIS and IIS express.
0 commit comments