From bf205fa10396e7575bcdc336c3c1b0826d626eba Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 16 Apr 2008 14:52:15 +0000 Subject: [PATCH] Monotone-Parent: ba5419a981613fa3868739464e8d782bddfdf0ab Monotone-Revision: 29d6f89e3a92decb86db46b18255d027a16193a3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-16T14:52:15 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Main/SOGo.m b/Main/SOGo.m index afb19b095..f61c14668 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -392,6 +392,7 @@ static BOOL debugObjectAllocation = NO; static NSArray *runLoopModes = nil; WOResponse *resp; +// sleep (1); cache = [SOGoCache sharedCache]; resp = [super dispatchRequest: _request]; [SOGoCache killCache];