adium 2224:36eca2a3a9ab: Temporarily disable prefs cache clearin...

commits at adium.im commits at adium.im
Sun May 17 16:56:31 UTC 2009


details:	http://hg.adium.im/adium/rev/36eca2a3a9ab
revision:	2224:36eca2a3a9ab
author:		David Smith <catfish.man at gmail.com>
date:		Sun May 17 09:56:15 2009 -0700

Temporarily disable prefs cache clearing. a) we think it might be the cause (ish) of the prefs nuking bug, and b) we suspect it might be, via fragmentation, causing more memory issues than it solves. Let's see how this goes :)

diffstat:

 Source/AIPreferenceContainer.m |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 62e9e8bee459 -r 36eca2a3a9ab Source/AIPreferenceContainer.m
--- a/Source/AIPreferenceContainer.m	Sun May 17 12:39:45 2009 -0400
+++ b/Source/AIPreferenceContainer.m	Sun May 17 09:56:15 2009 -0700
@@ -140,6 +140,9 @@
  */
 - (void)emptyCache:(NSTimer *)inTimer
 {
+	AILogWithSignature(@"Would be clearing the prefs cache, but that's disabled for debugging");
+	return;
+	
 	if (object) {
 		(*myUsersOfGlobalPrefs)--;
 		




More information about the commits mailing list