We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3bd6e commit 08fc0b4Copy full SHA for 08fc0b4
1 file changed
src/WebUI.App/config/webexpress.config.xml
@@ -3,10 +3,10 @@
3
<log modus="Off" debug="false" path="/var/log/" encoding="utf-8" filename="webexpress.log" timepattern="dd.MM.yyyy HH:mm:ss" />
4
<uri>http://localhost/</uri>
5
<endpoint uri="http://localhost/"/>
6
- <limit>
7
- <connectionlimit>300</connectionlimit>
8
- <uploadlimit>3000000000</uploadlimit>
9
- </limit>
+ <kestrel>
+ <maxconcurrentconnections>300</maxconcurrentconnections>
+ <maxrequestbodysize>3000000000</maxrequestbodysize>
+ </kestrel>
10
<culture>en</culture>
11
<packages>./packages</packages>
12
<assets>./assets</assets>
0 commit comments