Skip to content

Commit e5e1707

Browse files
committed
Change to 1ms
1 parent 243a4d7 commit e5e1707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sample-apps/flask-mysql-uwsgi

sample-apps/flask-mysql-uwsgi/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def create_dog():
4444

4545
@app.route("/benchmark", methods=['GET'])
4646
def benchmark():
47-
time.sleep(1)
47+
time.sleep(1/1000)
4848
return "OK"
4949

5050

0 commit comments

Comments
 (0)