diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-14 17:12:45 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-14 17:21:58 +0100 |
commit | 80b8e33d65c5b9207b9ec506b731fc3e26ccea4b (patch) | |
tree | 570abad2dfcc62d14d8bf890425a580ffa5fd072 /src/htslib.c | |
parent | fa0e5f72e079cf5b3dc0331c12499e04875d7726 (diff) |
Push default bandwidth to 100kiB/s, max to 10MiB/s
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htslib.c b/src/htslib.c index d19b3af..c426098 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5507,7 +5507,7 @@ HTSEXT_API httrackp *hts_create_opt(void) { opt->maxcache = 1048576 * 32; // a peu près 32Mo en cache max -- OPTION NON PARAMETRABLE POUR L'INSTANT -- //opt->maxcache_anticipate=256; // maximum de liens à anticiper opt->maxtime = -1; // temps max en secondes - opt->maxrate = 25000; // taux maxi + opt->maxrate = 100000; // taux maxi opt->maxconn = 5.0; // nombre connexions/s opt->waittime = -1; // wait until.. hh*3600+mm*60+ss // |