mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Add account size limit
This commit is contained in:
parent
005c8cffae
commit
b54551a94c
1 changed files with 11 additions and 0 deletions
|
@ -77,6 +77,17 @@ return [
|
||||||
|
|
||||||
'activitypub_enabled' => env('ACTIVITY_PUB', false),
|
'activitypub_enabled' => env('ACTIVITY_PUB', false),
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Account file size limit
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| Update the max account size, the per user limit of files in kb.
|
||||||
|
| This applies to local and remote users. Old remote posts may be GC.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
'max_account_size' => env('MAX_ACCOUNT_SIZE', 100000),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Photo file size limit
|
| Photo file size limit
|
||||||
|
|
Loading…
Reference in a new issue