mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix minor typo in docs so it matches the code
This commit is contained in:
parent
d832391eee
commit
2209c83c3e
@ -15,7 +15,7 @@ class TestIter(object):
|
||||
time.sleep(20)
|
||||
|
||||
def app(environ, start_response):
|
||||
"""Application which cooperatively pauses 10 seconds before responding"""
|
||||
"""Application which cooperatively pauses 20 seconds (needed to surpass normal timeouts) before responding"""
|
||||
data = 'Hello, World!\n'
|
||||
status = '200 OK'
|
||||
response_headers = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user