Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ settimeout
Method
settimeout
benchmarks/dirty_streaming.py:541–542 ·
view source on GitHub ↗
(self, timeout)
Source
from the content-addressed store, hash-verified
539
return
result
540
541
def
settimeout(self, timeout):
542
self._timeout = timeout
543
544
# Create mock client
545
client = DirtyClient(
"/tmp/benchmark.sock"
, timeout=30.0)
Callers
9
close_graceful
Function · 0.45
finish_body
Method · 0.45
connect
Method · 0.45
_read_next_chunk
Method · 0.45
_connect
Method · 0.45
connect
Method · 0.45
_send_manage_message
Method · 0.45
_query_dirty_workers
Method · 0.45
create_h2_connection
Function · 0.45
Calls
no outgoing calls
Tested by
1
create_h2_connection
Function · 0.36