Skip to content

Commit

Permalink
HTTPGETOPTS connection limits example
Browse files Browse the repository at this point in the history
Provide an example of how to enable connection limits for the HTTPGET retrievals
  • Loading branch information
poddmo authored Oct 26, 2024
1 parent 72648c8 commit c786b79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions abcde.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# System defaults for abcde version 2.10.1-RC1
# System defaults for abcde version 2.10.1-RC2
# Nothing in this file is uncommented by default.
#
# If you wish to override these system-wide settings, create your own
Expand Down Expand Up @@ -212,9 +212,9 @@
# if HTTPGETOPTS is empty or not defined.
#HTTPGET=wget
# for fetch (FreeBSD): HTTPGETOPTS="-q -o -"
# for wget: HTTPGETOPTS="-q -nv -O -"
# for wget: HTTPGETOPTS="-q -nv -e timestamping=off -O -"
# for curl (MacOSX): HTTPGETOPTS="-f -s"
#HTTPGETOPTS="-q -O -"
#HTTPGETOPTS="-q -nv --timeout=30 --tries=2 -e timestamping=off -O -"

# MP3:
# For the best LAME encoder options have a look at:
Expand Down

0 comments on commit c786b79

Please sign in to comment.