File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / max-time.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: Long: max-time
    2: Short: m
    3: Arg: <seconds>
    4: Help: Maximum time allowed for the transfer
    5: See-also: connect-timeout
    6: ---
    7: Maximum time in seconds that you allow the whole operation to take.  This is
    8: useful for preventing your batch jobs from hanging for hours due to slow
    9: networks or links going down.  Since 7.32.0, this option accepts decimal
   10: values, but the actual timeout will decrease in accuracy as the specified
   11: timeout increases in decimal precision.
   12: 
   13: If this option is used several times, the last one will be used.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>