mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-15 16:11:01 +00:00
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:
parent
9b3a328b3e
commit
7e58dbe873
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue