evolution-data-server r9251 - trunk/camel



Author: sragavan
Date: Sun Aug  3 17:48:39 2008
New Revision: 9251
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9251&view=rev

Log:
2008-08-03  Srinivasa Ragavan  <sragavan novell com>

	* camel/camel-folder-summary.c: Make 5 minutes as cache drop interval.


Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-folder-summary.c

Modified: trunk/camel/camel-folder-summary.c
==============================================================================
--- trunk/camel/camel-folder-summary.c	(original)
+++ trunk/camel/camel-folder-summary.c	Sun Aug  3 17:48:39 2008
@@ -63,7 +63,10 @@
 /* To switch between e-memchunk and g-alloc */
 #define ALWAYS_ALLOC 1
 #define USE_GSLICE 1
-#define SUMMARY_CACHE_DROP 120
+
+/* Make 5 minutes as default cache drop */
+#define SUMMARY_CACHE_DROP 300
+
 static pthread_mutex_t info_lock = PTHREAD_MUTEX_INITIALIZER;
 
 /* this lock is ONLY for the standalone messageinfo stuff */



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