diff options
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 d57b120..9a48b62 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -1441,7 +1441,7 @@ void treathead(t_cookie * cookie, char *adr, char *fil, htsblk * retour, p += strlen("max="); sscanf(p, "%d", &retour->keep_alive_max); } - if (retour->keep_alive_max <= 1 || retour->keep_alive_t < 3) { + if (retour->keep_alive_max <= 1 || retour->keep_alive_t < 1) { retour->keep_alive = 0; } } |