mirror of
https://github.com/YunoHost/check-http.git
synced 2024-09-03 19:56:42 +02:00
Revert to original default
This commit is contained in:
parent
b767a70efb
commit
f6e18f1e16
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from sanic.exceptions import InvalidUsage
|
|||
|
||||
app = Sanic(__name__)
|
||||
# Don't override values from environment variables
|
||||
app.config.setdefault('MAX_DOMAINS', 50)
|
||||
app.config.setdefault('MAX_DOMAINS', 60)
|
||||
app.config.setdefault('MAX_PORTS', 30)
|
||||
|
||||
# ########################################################################### #
|
||||
|
|
Loading…
Add table
Reference in a new issue