File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ async def crawl(
115115 session: The session associated with the request.
116116 proxy_info: The information about the proxy to be used.
117117 statistics: The statistics object to register status codes.
118- timeout: Request timeout
118+ timeout: Maximum time allowed to process the request.
119119
120120 Raises:
121121 ProxyError: Raised if a proxy-related error occurs.
@@ -147,7 +147,7 @@ async def send_request(
147147 payload: The data to be sent as the request body.
148148 session: The session associated with the request.
149149 proxy_info: The information about the proxy to be used.
150- timeout: Request timeout
150+ timeout: Maximum time allowed to process the request.
151151
152152 Raises:
153153 ProxyError: Raised if a proxy-related error occurs.
You can’t perform that action at this time.
0 commit comments