mirror of
https://github.com/friendica/friendica
synced 2026-01-24 07:19:19 +01:00
issues with private photos - hitting internal size limits
This commit is contained in:
parent
64a7d0b578
commit
59fd70e568
11 changed files with 32 additions and 10 deletions
|
|
@ -38,7 +38,7 @@ $a->config['admin_email'] = '';
|
|||
|
||||
// Maximum size of an imported message, 0 is unlimited
|
||||
|
||||
$a->config['max_import_size'] = 10000;
|
||||
$a->config['max_import_size'] = 200000;
|
||||
|
||||
// maximum size of uploaded photos
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue