koji_hub: bump kojiweb limits to handle large events better
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1757d0912f
commit
8c17500541
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ RewriteEngine On
|
||||||
RewriteRule ^/$ /koji/ [R,L]
|
RewriteRule ^/$ /koji/ [R,L]
|
||||||
KeepAlive On
|
KeepAlive On
|
||||||
|
|
||||||
ServerLimit 800
|
ServerLimit 2000
|
||||||
MaxRequestWorkers 800
|
MaxRequestWorkers 2000
|
||||||
MaxConnectionsPerChild 1000
|
MaxConnectionsPerChild 1000
|
||||||
|
|
||||||
#We use wsgi by default
|
#We use wsgi by default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue