recheck speed limit if you awake a sleeping machine

This commit is contained in:
Mitchell Livingston 2007-04-20 22:49:01 +00:00
parent 63bb617fa4
commit 36bb16a66f
1 changed files with 1 additions and 0 deletions

View File

@ -2628,6 +2628,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
case kIOMessageSystemHasPoweredOn:
//resume sleeping transfers after we wake up
[fTorrents makeObjectsPerformSelector: @selector(wakeUp)];
[self autoSpeedLimitChange: nil];
break;
}
}