mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
API: Speed improvements when fetching posts
This commit is contained in:
parent
86837ddb4a
commit
7e747b2f41
9 changed files with 140 additions and 104 deletions
|
@ -369,7 +369,7 @@ class System
|
|||
*/
|
||||
public static function exit()
|
||||
{
|
||||
DI::page()->logRuntime(DI::config());
|
||||
DI::page()->logRuntime(DI::config(), 'exit');
|
||||
exit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue