Connection limit increased
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1430fc2a1a
commit
6121973824
|
@ -3,8 +3,8 @@
|
|||
</IfModule>
|
||||
|
||||
<IfModule mpm_prefork_module>
|
||||
ServerLimit 20
|
||||
MaxRequestWorkers 20
|
||||
ServerLimit 30
|
||||
MaxRequestWorkers 30
|
||||
MaxRequestsPerChild 1000
|
||||
</IfModule>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.47) stable; urgency=low
|
||||
hedera-web (1.407.48) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.47",
|
||||
"version": "1.407.48",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue