Hi,

trackerd didn't honour InitialSleep value in tracker.cfg since it was
listed under a wrong category. That was until now...

--
my place on the web:
floss-and-misc.blogspot.com
Index: src/trackerd/tracker-utils.c
===================================================================
--- src/trackerd/tracker-utils.c	(revision 676)
+++ src/trackerd/tracker-utils.c	(working copy)
@@ -2267,6 +2267,8 @@ tracker_load_config_file ()
 					 "[General]\n",
 					 "# Log Verbosity - Valid values are 0 (displays/logs only errors), 1 (minimal), 2 (detailed), and 3 (debug)\n",
 					 "Verbosity=0\n\n",
+					 "# Set the initial sleeping time, in seconds\n",
+					 "InitialSleep=45\n\n",
 					 "# Minimizes the use of memory but may slow indexing down\n", 
 					 "LowMemoryMode=false\n\n",
 					 "[Watches]\n",
@@ -2276,8 +2278,6 @@ tracker_load_config_file ()
 					 "NoWatchDirectory=\n",
 					 "# Set to false to prevent watching of any kind\n",
 					 "EnableWatching=true\n\n",
-					 "# Set the initial sleeping time, in seconds\n",
-					 "InitialSleep=5\n",
 					 "[Indexing]\n",
 					 "# Throttles the indexing process. Allowable values are 0-20. higher values decrease indexing speed\n",
 					 "Throttle=0\n",
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to