From f425170459496ec7267751106bc0d0b0f28fc45a Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 15 Mar 2006 09:16:49 +0000 Subject: 2006-03-15 Martin Hunt * procfs.c (STP_DEFAULT_BUFFERS): Bump up to 256. --- runtime/transport/procfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/transport/procfs.c') diff --git a/runtime/transport/procfs.c b/runtime/transport/procfs.c index b878a0f5..96337466 100644 --- a/runtime/transport/procfs.c +++ b/runtime/transport/procfs.c @@ -9,7 +9,7 @@ * later version. */ -#define STP_DEFAULT_BUFFERS 128 +#define STP_DEFAULT_BUFFERS 256 static int _stp_current_buffers = STP_DEFAULT_BUFFERS; static struct list_head _stp_ready_q; -- cgit