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/ChangeLog | 4 ++++ runtime/transport/procfs.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index 6ad6261d..d3b29e37 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,3 +1,7 @@ +2006-03-15 Martin Hunt + + * procfs.c (STP_DEFAULT_BUFFERS): Bump up to 256. + 2006-03-06 Martin Hunt * transport_msgs.h (struct cmd_info): New message. 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