mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:50:10 +00:00
Fix memory issue on displaying conversations
This commit is contained in:
parent
53f3454874
commit
ec92f7a81c
2 changed files with 3 additions and 1 deletions
|
@ -200,6 +200,8 @@ class Summary extends BaseAdmin
|
|||
$server_settings = [
|
||||
'label' => DI::l10n()->t('Server Settings'),
|
||||
'php' => [
|
||||
'version' => phpversion(),
|
||||
'php.ini' => php_ini_loaded_file(),
|
||||
'upload_max_filesize' => ini_get('upload_max_filesize'),
|
||||
'post_max_size' => ini_get('post_max_size'),
|
||||
'memory_limit' => ini_get('memory_limit')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue