[tracker-miners/wip/carlosg/perf-squeeze: 11/16] tracker-miner-fs: Restore --no-daemon functionality
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/perf-squeeze: 11/16] tracker-miner-fs: Restore --no-daemon functionality
- Date: Sun, 5 Jul 2020 14:03:16 +0000 (UTC)
commit dea42e6c8a7fbea85d1730ee0171ce5ffcf1240a
Author: Carlos Garnacho <carlosg gnome org>
Date: Sat Jul 4 21:01:25 2020 +0200
tracker-miner-fs: Restore --no-daemon functionality
Even with the FIXME, it remains useful to do performance tests.
src/miners/fs/tracker-main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/miners/fs/tracker-main.c b/src/miners/fs/tracker-main.c
index a0722320a..150cf9b56 100644
--- a/src/miners/fs/tracker-main.c
+++ b/src/miners/fs/tracker-main.c
@@ -435,8 +435,8 @@ miner_finished_cb (TrackerMinerFS *fs,
* the mainloop and exit.
*/
if (no_daemon && main_loop) {
- // FIXME: wait for extractor to finish
-/* g_main_loop_quit (main_loop);*/
+ /* FIXME: wait for extractor to finish */
+ g_main_loop_quit (main_loop);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]