diff options
author | Chris Toshok <toshok@ximian.com> | 2002-06-16 06:57:30 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-06-16 06:57:30 +0800 |
commit | 9ad7232a43e90b775d2bc4510b2b0829c978bd57 (patch) | |
tree | 0b27353449444c206e42d4b79116539f33f8a0db /addressbook/ChangeLog | |
parent | f71abec6805236cc97891f0fba506c009d52cbf9 (diff) | |
download | gsoc2013-evolution-9ad7232a43e90b775d2bc4510b2b0829c978bd57.tar.gz gsoc2013-evolution-9ad7232a43e90b775d2bc4510b2b0829c978bd57.tar.zst gsoc2013-evolution-9ad7232a43e90b775d2bc4510b2b0829c978bd57.zip |
up the max threshold to 3000 cards from 1000 cards.. seems to improve
2002-06-14 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-file.c (pas_backend_file_search): up the
max threshold to 3000 cards from 1000 cards.. seems to improve
performance a bit. also remove the g_list_reverse since it
doesn't matter what order the cards arrive to the gui.
(pas_backend_file_changes): plug memory leaks.
svn path=/trunk/; revision=17196
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 36b2dbbc31..9298858f90 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2002-06-14 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-file.c (pas_backend_file_search): up the + max threshold to 3000 cards from 1000 cards.. seems to improve + performance a bit. also remove the g_list_reverse since it + doesn't matter what order the cards arrive to the gui. + (pas_backend_file_changes): plug memory leaks. + 2002-06-14 Christopher James Lahey <clahey@ximian.com> * backend/ebook/e-card-compare.c (compare_email_addresses): Made |