delay after exception to avoid excessively frequent alerts

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@40498 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2017-05-09 16:07:51 +00:00
parent 9b3a328b3e
commit 7e58dbe873

View file

@ -2546,6 +2546,7 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval);
NS_HANDLER
{
[self cmdAlert: @"Problem running server: %@", localException];
[NSThread sleepForTimeInterval: 1.0];
}
NS_ENDHANDLER;
[arp emptyPool];