From 8dd39bc909a7c9fdca1009f1e375de756149e4d7 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 29 May 2014 17:29:02 +0000 Subject: Take in account opt->maxlink is non-zero --- src/htslib.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/htslib.c') diff --git a/src/htslib.c b/src/htslib.c index fe2863e..d57ce57 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5461,13 +5461,8 @@ HTSEXT_API httrackp *hts_create_opt(void) { StringCopy(opt->path_log, ""); StringCopy(opt->path_bin, ""); // -#if HTS_SPARE_MEMORY==0 - opt->maxlink = 100000; // 100,000 liens max par défaut (400Kb) + opt->maxlink = 100000; // 100,000 liens max par défaut opt->maxfilter = 200; // 200 filtres max par défaut -#else - opt->maxlink = 10000; // 10,000 liens max par défaut (40Kb) - opt->maxfilter = 50; // 50 filtres max par défaut -#endif 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 -- cgit v1.2.3