[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: Tue, 19 Jul 2011 11:15:19 +0000 (UTC)
commit 710b7dd53ea4022a0d74c24cbdfcd660e3361b11
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]