diff options
author | 0 <NotZed@Ximian.com> | 2001-10-31 02:54:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-31 02:54:19 +0800 |
commit | 1d08275d79822da85016b3b6d002924efa515a22 (patch) | |
tree | 0e410b6d7f1da698ffa90f8b66e6bb922b291f98 /libibex | |
parent | d244e01c6d19df90efb20ee4dcf15972f0e10cbc (diff) | |
download | gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.tar.gz gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.tar.zst gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.zip |
Bump this to 15, 5 seems a little small. Its still settable using an
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.
svn path=/trunk/; revision=14471
Diffstat (limited to 'libibex')
-rw-r--r-- | libibex/ChangeLog | 5 | ||||
-rw-r--r-- | libibex/ibex_internal.h | 2 |
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)) |