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/ChangeLog | |
parent | d244e01c6d19df90efb20ee4dcf15972f0e10cbc (diff) | |
download | gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.tar gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.tar.gz gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.tar.bz2 gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.tar.lz gsoc2013-evolution-1d08275d79822da85016b3b6d002924efa515a22.tar.xz 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/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 5 |
1 files changed, 5 insertions, 0 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. |