From 3c3dbd3bc57a1db3972ee9ebbf15d95402375146 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 16 May 2007 01:37:31 +0000 Subject: *** empty log message *** --- runtime/transport/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/transport/control.c b/runtime/transport/control.c index ec45da06..34571e9a 100644 --- a/runtime/transport/control.c +++ b/runtime/transport/control.c @@ -9,7 +9,7 @@ * later version. */ -#define STP_DEFAULT_BUFFERS 100 +#define STP_DEFAULT_BUFFERS 50 static int _stp_current_buffers = STP_DEFAULT_BUFFERS; static struct list_head _stp_ready_q; -- cgit