From 338456423e387e06721fe8f94d006238bfece1b3 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 17 Sep 2023 12:59:11 +0200 Subject: [PATCH] update recordDeleteAfter documentation (#2361) (#2362) --- mediamtx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediamtx.yml b/mediamtx.yml index 43608217..39b6b754 100644 --- a/mediamtx.yml +++ b/mediamtx.yml @@ -257,7 +257,7 @@ recordPartDuration: 100ms # Minimum duration of each segment. recordSegmentDuration: 1h # Delete segments after this timespan. -# Set to 0 to disable automatic deletion. +# Set to 0s to disable automatic deletion. recordDeleteAfter: 24h ###############################################