diff options
author | 2 <NotZed@Ximian.com> | 2001-10-13 07:08:32 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-13 07:08:32 +0800 |
commit | fa32b99837c0cc6aee42ac8d68588076a4f88efb (patch) | |
tree | 441af85766d31c6e911f0775b37d1548e0b1a59b /libibex/ChangeLog | |
parent | dad441ba034c9c3b336a1af5b67c7e41f9bd9ad3 (diff) | |
download | gsoc2013-evolution-fa32b99837c0cc6aee42ac8d68588076a4f88efb.tar.gz gsoc2013-evolution-fa32b99837c0cc6aee42ac8d68588076a4f88efb.tar.zst gsoc2013-evolution-fa32b99837c0cc6aee42ac8d68588076a4f88efb.zip |
Added environmental variable IBEX_OPEN_THRESHOLD which limits the maximum
2001-10-12 <NotZed@Ximian.com>
* ibex_block.c (ibex_use): Added environmental variable
IBEX_OPEN_THRESHOLD which limits the maximum number of open ibex's
that can be active at any time. The smallest this can be set to
is the default of 5.
svn path=/trunk/; revision=13642
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 2f5a1e27af..b91a747552 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,10 @@ +2001-10-12 <NotZed@Ximian.com> + + * ibex_block.c (ibex_use): Added environmental variable + IBEX_OPEN_THRESHOLD which limits the maximum number of open ibex's + that can be active at any time. The smallest this can be set to + is the default of 5. + 2001-09-20 <NotZed@Ximian.com> * ibex_block.c: Turn off the o(x) debug set, & include alloca.h & |