diff options
-rw-r--r-- | runtime/transport/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |