Update livestream config

This commit is contained in:
Daniel Supernault 2022-06-05 02:09:18 -06:00
parent 68300c426c
commit 28a2eb87e7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -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),