From ee5713f146ed7e033fc09820f8b48819003f9584 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 19 Jun 2008 18:26:33 +0000 Subject: [PATCH] Monotone-Parent: abe5e8dd2a8aef612bdd694ea083df5edee4e074 Monotone-Revision: f4b1c33458e395b67d8a7e5d8465de2e7bb1bc50 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-19T18:26:33 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Main/SOGo.m b/Main/SOGo.m index f378f8ea9..700f01103 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -402,6 +402,8 @@ static BOOL debugObjectAllocation = NO; [_request method], [_request uri]]; startDate = [NSDate date]; } + +// sleep (1); cache = [SOGoCache sharedCache]; resp = [super dispatchRequest: _request]; [SOGoCache killCache];