Skip to content

Commit

Permalink
Update pixelfed config, add media_fast_process setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Feb 6, 2021
1 parent 18ee2de commit 6bee507
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config/pixelfed.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,19 @@

'bouncer' => [
'enabled' => env('PF_BOUNCER_ENABLED', false),
]
],

/*
|--------------------------------------------------------------------------
| Media Fast Process
|--------------------------------------------------------------------------
|
| Don't require photos & video to finish optimization &
| upload to S3 if enabled before posting. If disabled
| users will have to wait until processed before posting,
| sacrificing the user experience to ensure media is federated
| using S3 urls (if enabled). Default: off
|
*/
'media_fast_process' => env('PF_MEDIA_FAST_PROCESS', true),
];

0 comments on commit 6bee507

Please sign in to comment.