[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: Mon, 18 Jul 2011 15:39:43 +0000 (UTC)
commit b57fc2f72537dee4e99413391bc1b30182ae7146
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 7923bee..86c7a14 100644
--- a/src/libtracker-miner/tracker-miner-fs.c
+++ b/src/libtracker-miner/tracker-miner-fs.c
@@ -4599,7 +4599,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]