We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243a4d7 commit e5e1707Copy full SHA for e5e1707
1 file changed
sample-apps/flask-mysql-uwsgi/app.py
@@ -44,7 +44,7 @@ def create_dog():
44
45
@app.route("/benchmark", methods=['GET'])
46
def benchmark():
47
- time.sleep(1)
+ time.sleep(1/1000)
48
return "OK"
49
50
0 commit comments