mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
Relax rate limit for availability check ?
This commit is contained in:
parent
0514c93d39
commit
00ae15a9bc
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -64,7 +64,7 @@ def domains():
|
||||||
|
|
||||||
|
|
||||||
@app.route("/test/<domain>")
|
@app.route("/test/<domain>")
|
||||||
@limiter.limit("3 per minute")
|
@limiter.limit("50 per hour")
|
||||||
def availability(domain):
|
def availability(domain):
|
||||||
|
|
||||||
error = _validate_domain(domain)
|
error = _validate_domain(domain)
|
||||||
|
|
Loading…
Reference in a new issue