From 39d9502143e7d8c028d73d18838f0d5e8e1e8382 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 4 Jul 2026 13:36:40 +0900 Subject: [PATCH] wow --- hosts/server/natsu/services/stream.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/server/natsu/services/stream.nix b/hosts/server/natsu/services/stream.nix index 0c5a024..376f77f 100644 --- a/hosts/server/natsu/services/stream.nix +++ b/hosts/server/natsu/services/stream.nix @@ -25,8 +25,8 @@ in hls on; hls_path ${hlsDir}; hls_fragment 2s; - hls_playlist_length 10s; - hls_cleanup on; + hls_playlist_length 60s; + hls_cleanup off; } } }