[tracker: 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: 22/22] libtracker-miner: make tracker_miner_fs_check_file() use high priority
- Date: Tue, 19 Jul 2011 11:27:45 +0000 (UTC)
commit 122aaa020ee89d6234f32ad32cdbff40cb039f13
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 1ee9788..05a0dd7 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]