mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2024-10-01 01:06:03 -04:00
Increase limiter time
This commit is contained in:
parent
8a154b4bf6
commit
0e32b74c5b
@ -9,7 +9,7 @@ app = Flask(__name__)
|
||||
limiter = Limiter(
|
||||
app,
|
||||
key_func=get_remote_address,
|
||||
default_limits=["720 per day", "30 per hour"]
|
||||
default_limits=["1200 per day", "50 per hour"]
|
||||
)
|
||||
|
||||
with open("data.json", "r", encoding="utf8") as read_data:
|
||||
|
Loading…
Reference in New Issue
Block a user