[tracker/miner-priority-queues: 22/22] libtracker-miner: make tracker_miner_fs_check_file() use high priority
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/miner-priority-queues: 22/22] libtracker-miner: make tracker_miner_fs_check_file() use high priority
- Date: Thu, 14 Jul 2011 13:17:19 +0000 (UTC)
commit 3a5e959cb43c6dde9690703d85fd342c6e99221b
Author: Carlos Garnacho <carlos lanedo com>
Date: Thu Jul 14 15:05:33 2011 +0200
libtracker-miner: make tracker_miner_fs_check_file() use high priority
This will boost the file to be inspected most promptly, which is usually
the desired effect of this call, as it's exposed by the IndexFile dbus
method in tracker-miner-fs.
src/libtracker-miner/tracker-miner-fs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-miner-fs.c b/src/libtracker-miner/tracker-miner-fs.c
index f243ddf..aba218c 100644
--- a/src/libtracker-miner/tracker-miner-fs.c
+++ b/src/libtracker-miner/tracker-miner-fs.c
@@ -4621,7 +4621,7 @@ tracker_miner_fs_check_file (TrackerMinerFS *fs,
gboolean check_parents)
{
tracker_miner_fs_check_file_with_priority (fs, file,
- G_PRIORITY_DEFAULT,
+ G_PRIORITY_HIGH,
check_parents);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]