add tests

This commit is contained in:
LeonardoTrapani
2025-08-21 18:09:00 +02:00
parent ddef3435f6
commit 03e5e6e66b
10 changed files with 3603 additions and 0 deletions
+1
View File
@@ -262,6 +262,7 @@ timeout = "5m" # Maximum recording duration (prevents runaway record
```
**Recording Timeout:**
- Prevents accidental long recordings that could consume resources
- Default: 5 minutes (`"5m"`)
- Format: Go duration strings like `"30s"`, `"2m"`, `"10m"`