From 2ec9484cf1c1319bb45966f1cc4c111d8de35a12 Mon Sep 17 00:00:00 2001 From: haturatu Date: Sun, 12 May 2024 11:09:50 +0900 Subject: first commit --- src/htslib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/htslib.c') diff --git a/src/htslib.c b/src/htslib.c index c426098..f4edce9 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5502,12 +5502,12 @@ HTSEXT_API httrackp *hts_create_opt(void) { StringCopy(opt->path_log, ""); StringCopy(opt->path_bin, ""); // - opt->maxlink = 100000; // 100,000 liens max par défaut + opt->maxlink = 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; // 100,000 liens max par défaut opt->maxfilter = 200; // 200 filtres max par défaut 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 = 100000; // taux maxi + opt->maxrate = 2000000; // taux maxi opt->maxconn = 5.0; // nombre connexions/s opt->waittime = -1; // wait until.. hh*3600+mm*60+ss // -- cgit v1.2.3