From 1d08275d79822da85016b3b6d002924efa515a22 Mon Sep 17 00:00:00 2001 From: 0 Date: Tue, 30 Oct 2001 18:54:19 +0000 Subject: Bump this to 15, 5 seems a little small. Its still settable using an 2001-10-30 * ibex_internal.h (IBEX_OPEN_THRESHOLD): Bump this to 15, 5 seems a little small. Its still settable using an environmental variable though, hopefully with other fd optimisations this will not be an excessive number. svn path=/trunk/; revision=14471 --- libibex/ibex_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libibex/ibex_internal.h') diff --git a/libibex/ibex_internal.h b/libibex/ibex_internal.h index dfcb496594..1ae2b66146 100644 --- a/libibex/ibex_internal.h +++ b/libibex/ibex_internal.h @@ -45,7 +45,7 @@ struct ibex { }; -#define IBEX_OPEN_THRESHOLD (5) +#define IBEX_OPEN_THRESHOLD (15) #ifdef ENABLE_THREADS /*#define IBEX_LOCK(ib) (printf(__FILE__ "%d: %s: locking ibex\n", __LINE__, __FUNCTION__), g_mutex_lock(ib->lock)) -- cgit v1.2.3