From 9a536e43a675ee085281cbae8fa01a3c33e20971 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 15 Jan 2026 16:41:56 +0000 Subject: [PATCH] update example config with record settings --- rewind/example.config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rewind/example.config.toml b/rewind/example.config.toml index 3087968..dd5eda4 100644 --- a/rewind/example.config.toml +++ b/rewind/example.config.toml @@ -1,4 +1,7 @@ [obs] host = "localhost" port = 4455 -password = "6BQWrpHLbyJxNLPJ" \ No newline at end of file +password = "6BQWrpHLbyJxNLPJ" + +[record] +max_record_time = 28800 \ No newline at end of file