tracker r2156 - in branches/indexer-split: . src/tracker-indexer



Author: pvanhoof
Date: Tue Aug 26 14:24:40 2008
New Revision: 2156
URL: http://svn.gnome.org/viewvc/tracker?rev=2156&view=rev

Log:
2008-08-26  Philip Van Hoof  <philip codeminded be>

        * src/tracker-indexer/tracker-main.c: raised the "wait for more"
        timeout to 5 minutes. The indexer is harmless for the system's
        resources while waiting. VS. stopping and starting the indexer often
        isn't harmless for the system's resources.



Modified:
   branches/indexer-split/ChangeLog
   branches/indexer-split/src/tracker-indexer/tracker-main.c

Modified: branches/indexer-split/src/tracker-indexer/tracker-main.c
==============================================================================
--- branches/indexer-split/src/tracker-indexer/tracker-main.c	(original)
+++ branches/indexer-split/src/tracker-indexer/tracker-main.c	Tue Aug 26 14:24:40 2008
@@ -54,7 +54,7 @@
         "\n"								  \
 	"  http://www.gnu.org/licenses/gpl.txt\n"; 
 
-#define QUIT_TIMEOUT 10 /* Seconds */
+#define QUIT_TIMEOUT 300 /* 5 minutes worth of seconds */
 
 static GMainLoop    *main_loop;
 static guint         quit_timeout_id;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]