comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/speed-limit.d @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 Long: speed-limit
2 Short: Y
3 Arg: <speed>
4 Help: Stop transfers slower than this
5 ---
6 If a download is slower than this given speed (in bytes per second) for
7 speed-time seconds it gets aborted. speed-time is set with --speed-time and is
8 30 if not set.
9
10 If this option is used several times, the last one will be used.