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];