mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 08:14:10 +00:00
Update pixelfed.php
This commit is contained in:
parent
72d48696ef
commit
8f8d099f49
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ return [
|
||||||
| This value is the version of your PixelFed instance.
|
| This value is the version of your PixelFed instance.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'version' => '0.1.0',
|
'version' => '0.1.1',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -82,8 +82,8 @@ return [
|
||||||
| Account file size limit
|
| Account file size limit
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Update the max account size, the per user limit of files in kb.
|
| 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),
|
'max_account_size' => env('MAX_ACCOUNT_SIZE', 100000),
|
||||||
|
|
Loading…
Reference in a new issue