mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update livestream config
This commit is contained in:
parent
68300c426c
commit
28a2eb87e7
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ return [
|
|||
],
|
||||
|
||||
'broadcast' => [
|
||||
'delete_token_after_finished' => (bool) env('HLS_LIVE_BROADCAST_DELETE_TOKEN_AFTER', true),
|
||||
'max_duration' => (int) env('HLS_LIVE_BROADCAST_MAX_DURATION', 60),
|
||||
'max_active' => (int) env('HLS_LIVE_BROADCAST_MAX_ACTIVE', 10),
|
||||
|
||||
|
|
Loading…
Reference in a new issue