From 28a2eb87e7e6fe7f255817a2428c11c2a7ca9820 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 5 Jun 2022 02:09:18 -0600 Subject: [PATCH] Update livestream config --- config/livestreaming.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/livestreaming.php b/config/livestreaming.php index a5c08ba20..8a3be4f99 100644 --- a/config/livestreaming.php +++ b/config/livestreaming.php @@ -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),