diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-14 13:45:09 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-14 13:45:09 +0000 |
commit | 68270ec277050b164a32142179b4b7df08366829 (patch) | |
tree | 6c372eca562a71d41c3a1d42170b3152689547c6 /src | |
parent | de3815873a418692db7f20caf373cd7b64c60ea3 (diff) |
This valud was really stupid.
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 |