Fastlane is now working with any priority level

This commit is contained in:
Michael Vogel 2016-08-03 15:59:25 +02:00
parent 626340146b
commit 7157ca3809
3 changed files with 12 additions and 13 deletions

View file

@ -2278,7 +2278,7 @@ function current_load() {
if (!is_array($load_arr))
return false;
return max($load_arr);
return max($load_arr[0], $load_arr[1]);
}
/**