diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/htsglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h index b04dcf4..134a030 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -416,7 +416,7 @@ typedef int T_SOC; #define HTS_DNSCACHE 1 // ID d'une pseudo-socket locale pour les file:// -#define LOCAL_SOCKET_ID -500000 +#define LOCAL_SOCKET_ID -2 // taille de chaque buffer (10 sockets 650 ko) #if HTS_SPARE_MEMORY==0 |