Issue
Can someone tell me what is the Unit for download_latency
in scrapy framework? Is it secs?
https://docs.scrapy.org/en/1.5/topics/request-response.html#download-latency
Solution
It is seconds as a float
.
It is calculated using time.time()
.
Answered By - Gallaecio
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.