From 41c00b7d5a6fb657db03d9e9685e876fffa53458 Mon Sep 17 00:00:00 2001 From: jackyangjie <719082150@qq.com> Date: Thu, 11 Jun 2026 21:39:52 +0800 Subject: [PATCH] docs: fix config comments to match actual defaults (#171) Three config fields had comments that disagreed with the code defaults: - maxScenes: comment said 20, code uses 15 - l2DelayAfterL1Seconds: comment said 90, code uses 10 - report.enabled: comment said true, code uses false Closes #161 Co-authored-by: jackyangjie