use log level warning in fastapi

This commit is contained in:
Arthur Lu
2025-02-22 07:46:22 +00:00
committed by root
parent dee97f09c2
commit 8db1197422
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ def generate_random():
times = []
hits = []
for i in range(1000):
for i in range(10000):
url = generate_random()
response = requests.get(url)
content = json.loads(response.content)