|
@@ -23,6 +23,8 @@ namespace FastGithub
|
|
public static void NoLimit(this KestrelServerOptions kestrel)
|
|
public static void NoLimit(this KestrelServerOptions kestrel)
|
|
{
|
|
{
|
|
kestrel.Limits.MaxRequestBodySize = null;
|
|
kestrel.Limits.MaxRequestBodySize = null;
|
|
|
|
+ kestrel.Limits.MinResponseDataRate = null;
|
|
|
|
+ kestrel.Limits.MinRequestBodyDataRate = null;
|
|
}
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|