[tracker/tracker-store] Lower amount of items to send per DBus SetMany() call



commit a6ddf35e0bad23e34c8361060bd44c8175a70fb3
Author: Philip Van Hoof <philip codeminded be>
Date:   Mon Jun 15 12:24:32 2009 +0200

    Lower amount of items to send per DBus SetMany() call

 src/plugins/evolution/tracker-evolution-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/evolution/tracker-evolution-plugin.c b/src/plugins/evolution/tracker-evolution-plugin.c
index d2cb329..273dbbc 100644
--- a/src/plugins/evolution/tracker-evolution-plugin.c
+++ b/src/plugins/evolution/tracker-evolution-plugin.c
@@ -62,7 +62,7 @@
  * access to the CamelSession using the external variable 'session'. The header
  * mail/mail-session.h makes this variable public */
 
-#define MAX_BEFORE_SEND 2000
+#define MAX_BEFORE_SEND 200
 
 G_DEFINE_TYPE (TrackerEvolutionPlugin, tracker_evolution_plugin, G_TYPE_OBJECT)
 



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