Compare commits

...

3 Commits

Author SHA1 Message Date
Felipe Santos
a980881c10
Merge 309cfdac92 into 5f2536dcd8 2026-02-19 10:42:44 -08:00
Felipe Santos
309cfdac92
Use predefined intervals instead for the stream timeout 2026-02-08 15:39:27 -03:00
Felipe Santos
2b30da7c7c
Increase maximum stream timeout to 15s 2026-02-08 14:53:38 -03:00

View File

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