[tracker-miners/wip/carlosg/perf-squeeze: 11/16] tracker-miner-fs: Restore --no-daemon functionality



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]