mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:37:22 +01:00
remove configurekestrel
This commit is contained in:
parent
dfdc620816
commit
d7eee2af8f
1 changed files with 0 additions and 4 deletions
|
|
@ -33,9 +33,5 @@ public class Program
|
|||
{
|
||||
webBuilder.UseContentRoot(AppContext.BaseDirectory);
|
||||
webBuilder.UseStartup<Startup>();
|
||||
webBuilder.ConfigureKestrel(opt =>
|
||||
{
|
||||
opt.Limits.MaxConcurrentConnections = 1000;
|
||||
});
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue