From 1dcb85ba281e6854658a4c92f31bc23a0dabe43a Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon.(none)> Date: Thu, 15 Nov 2012 20:19:10 -0500 Subject: [PATCH] reverted readsize value --- src/t_tkcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_tkcmd.c b/src/t_tkcmd.c index 47ecbbacc..0b5f03714 100644 --- a/src/t_tkcmd.c +++ b/src/t_tkcmd.c @@ -113,7 +113,7 @@ static int sockfd; /* The "pd_readsocket" command, which polls the socket. */ #define CHUNKSIZE 20000 /* chunks to allocate memory for reading socket */ -#define READSIZE 2000 /* size of read to issue */ +#define READSIZE 1000 /* size of read to issue */ static char *pd_tkbuf = 0; /* buffer for reading */ static int pd_tkbufsize = 0; /* current buffer size */ -- GitLab