[tracker/tracker-store] libtracker-common: Disable throttle minimum
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker/tracker-store] libtracker-common: Disable throttle minimum
- Date: Thu, 25 Jun 2009 11:59:06 +0000 (UTC)
commit 05da9a0bf21883d16608dd76c9fe7d24fac4d5dc
Author: Jürg Billeter <j bitron ch>
Date: Thu Jun 25 12:59:05 2009 +0200
libtracker-common: Disable throttle minimum
src/libtracker-common/tracker-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-common/tracker-utils.c b/src/libtracker-common/tracker-utils.c
index fbb99d7..88275e5 100644
--- a/src/libtracker-common/tracker-utils.c
+++ b/src/libtracker-common/tracker-utils.c
@@ -215,7 +215,7 @@ tracker_throttle (TrackerConfig *config,
* nothing and then multiply it by the factor given
*/
throttle = tracker_config_get_throttle (config);
- throttle += 5;
+ /* throttle += 5; */
throttle *= multiplier;
if (throttle > 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]