Re: [Tracker] possible bug in tracker/tracker-db-sqlite.c
- From: Jamie McCracken <jamiemcc blueyonder co uk>
- To: Tshepang Lekhonkhobe <tshepang gmail com>
- Cc: Tracker mailing list <tracker-list gnome org>
- Subject: Re: [Tracker] possible bug in tracker/tracker-db-sqlite.c
- Date: Wed, 23 Apr 2008 23:40:10 -0400
Not quite - its just a case of tuning the values for memory usage (its
just coincidence they are the same here)
On Fri, 2008-04-18 at 17:25 +0200, Tshepang Lekhonkhobe wrote:
Hi,
I bumped into what looks like a minor bug:
if (!tracker_config_get_low_memory_mode (tracker->config)) {
tracker_db_exec_no_reply (db_con, "PRAGMA cache_size = 8");
} else {
tracker_db_exec_no_reply (db_con, "PRAGMA cache_size = 8");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]