1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

rename "remove fast resume cache" item and check speed limit only once per minute

This commit is contained in:
Mitchell Livingston 2007-04-28 02:39:30 +00:00
parent 305ccf1cd5
commit c80ff07a06
2 changed files with 1 additions and 1 deletions

View file

@ -1745,7 +1745,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
//only toggle if within first few seconds of minutes
NSCalendarDate * nowDate = [NSCalendarDate calendarDate];
if ([nowDate secondOfMinute] < AUTO_SPEED_LIMIT_SECONDS)
if ([nowDate secondOfMinute] > AUTO_SPEED_LIMIT_SECONDS)
return;
NSCalendarDate * offDate = [NSCalendarDate dateWithTimeIntervalSinceReferenceDate:

Binary file not shown.