[tracker/miner-priority-queues-0.10: 21/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-0.10: 21/22] libtracker-miner: make tracker_miner_fs_check_file() use high priority
- Date: Thu, 21 Jul 2011 12:39:16 +0000 (UTC)
commit c714fd3ed8469ff8b481f12753fedbc2c846beff
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 229475d..4000d31 100644
--- a/src/libtracker-miner/tracker-miner-fs.c
+++ b/src/libtracker-miner/tracker-miner-fs.c
@@ -4641,7 +4641,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]