aboutsummaryrefslogtreecommitdiffstats
path: root/libibex
diff options
context:
space:
mode:
Diffstat (limited to 'libibex')
-rw-r--r--libibex/ChangeLog5
-rw-r--r--libibex/ibex_internal.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog
index d1e4866a47..9d679743aa 100644
--- a/libibex/ChangeLog
+++ b/libibex/ChangeLog
@@ -1,5 +1,10 @@
2001-10-30 <NotZed@Ximian.com>
+ * 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.
+
* ibex_block.c (ibex_reset): If we can't open blocks, dont try to
deref it.
(ibex_move): Dont try to rename if we have no file to rename.
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))