mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Fastlane is now working with any priority level
This commit is contained in:
parent
626340146b
commit
7157ca3809
3 changed files with 12 additions and 13 deletions
2
boot.php
2
boot.php
|
@ -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]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue