mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17: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.UseContentRoot(AppContext.BaseDirectory);
|
||||||
webBuilder.UseStartup<Startup>();
|
webBuilder.UseStartup<Startup>();
|
||||||
webBuilder.ConfigureKestrel(opt =>
|
|
||||||
{
|
|
||||||
opt.Limits.MaxConcurrentConnections = 1000;
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue