From f508f95f0e41c42abd238bbaf45d720d4ae6737b Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 25 Nov 2005 08:15:39 +0000 Subject: session_read_data_as_file_cb(): don't write to file until buffer is filled more than the half. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@777 ee746299-78ed-0310-b773-934348b2243d --- libsylph/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsylph/session.h') diff --git a/libsylph/session.h b/libsylph/session.h index 1bd948eb..d9cc3fdb 100644 --- a/libsylph/session.h +++ b/libsylph/session.h @@ -31,7 +31,7 @@ #include "socket.h" -#define SESSION_BUFFSIZE 4096 +#define SESSION_BUFFSIZE 8192 typedef struct _Session Session; -- cgit v1.2.3