mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix comment in timeout example.
This commit is contained in:
parent
eff6c08935
commit
64fd52354c
@ -8,7 +8,8 @@ import time
|
||||
|
||||
|
||||
def app(environ, start_response):
|
||||
"""Application which cooperatively pauses 10 seconds before responding"""
|
||||
"""Application which pauses 35 seconds before responding. the worker
|
||||
will timeout in default case."""
|
||||
data = b'Hello, World!\n'
|
||||
status = '200 OK'
|
||||
response_headers = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user