[anjuta] libanjuta: Increase launcher buffer size (bgo#624700)
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: Increase launcher buffer size (bgo#624700)
- Date: Sat, 7 Aug 2010 15:49:57 +0000 (UTC)
commit 6fd7c9ed6a939015de32a49bce6368338d076bed
Author: Yang Hong <gnomecn gmail com>
Date: Sat Aug 7 17:48:47 2010 +0200
libanjuta: Increase launcher buffer size (bgo#624700)
libanjuta/anjuta-launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-launcher.c b/libanjuta/anjuta-launcher.c
index baf88b8..eb7fc26 100644
--- a/libanjuta/anjuta-launcher.c
+++ b/libanjuta/anjuta-launcher.c
@@ -66,7 +66,7 @@
#define ANJUTA_PIXMAP_PASSWORD "password.png"
#define FILE_BUFFER_SIZE 1024
-#define FILE_INPUT_BUFFER_SIZE 1048576
+#define FILE_INPUT_BUFFER_SIZE (1024 * 1024 * 4)
#ifndef __MAX_BAUD
# if defined(B460800)
# define __MAX_BAUD B460800
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]