This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author haqsek2
Recipients christian.heimes, haqsek2, orsenthil
Date 2021-11-18.17:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637255612.2.0.439689861959.issue45795@roundup.psfhosted.org>
In-reply-to
Content
Maximum time in seconds that you allow the whole operation to take. This is useful for preventing your batch jobs from hanging for hours due to slow networks or links going down. Since 7.32.0, this option accepts decimal values, but the actual timeout will decrease in accuracy as the specified timeout increases in decimal precision.

If this option is used several times, the last one will be used.

Examples:

 curl --max-time 10 https://example.com
 curl --max-time 2.92 https://example.com

Ref: 
https://curl.se/docs/manpage.html#-m
History
Date User Action Args
2021-11-18 17:13:32haqsek2setrecipients: + haqsek2, orsenthil, christian.heimes
2021-11-18 17:13:32haqsek2setmessageid: <1637255612.2.0.439689861959.issue45795@roundup.psfhosted.org>
2021-11-18 17:13:32haqsek2linkissue45795 messages
2021-11-18 17:13:32haqsek2create