mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
allow an interval of up to 300
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@39106 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ca4d42c6f
commit
29b0f887a3
1 changed files with 1 additions and 1 deletions
|
@ -1750,7 +1750,7 @@ static NSString *noFiles = @"No log files to archive";
|
|||
|
||||
- (void) setCmdInterval: (NSTimeInterval)interval
|
||||
{
|
||||
if (interval > 60.0)
|
||||
if (interval > 300.0)
|
||||
{
|
||||
NSLog(@"Ignored attempt to set timer interval to %g ... using 60.0", interval);
|
||||
interval = 60.0;
|
||||
|
|
Loading…
Reference in a new issue