Use predefined intervals instead for the stream timeout

This commit is contained in:
Felipe Santos 2026-02-08 15:39:27 -03:00
parent 2b30da7c7c
commit 309cfdac92
No known key found for this signature in database
GPG Key ID: 23ED50E378164337

View File

@ -196,7 +196,7 @@ export default function UiSettingsView() {
</SelectTrigger> </SelectTrigger>
<SelectContent> <SelectContent>
<SelectGroup> <SelectGroup>
{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15].map((timeout) => ( {[1, 2, 3, 5, 8, 10, 12, 15].map((timeout) => (
<SelectItem <SelectItem
key={timeout} key={timeout}
className="cursor-pointer" className="cursor-pointer"