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