aboutsummaryrefslogtreecommitdiff
path: root/libsylph/session.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-25 08:15:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-25 08:15:39 +0000
commitf508f95f0e41c42abd238bbaf45d720d4ae6737b (patch)
tree7d4f4711a21e578abb933d74c5cb6faf4dd42f74 /libsylph/session.h
parent6e5a929ee85280017b2f9cd69de9697e22f21e4c (diff)
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
Diffstat (limited to 'libsylph/session.h')
-rw-r--r--libsylph/session.h2
1 files changed, 1 insertions, 1 deletions
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;