Compare commits

...

3 Commits

Author SHA1 Message Date
Felipe Santos
74cc1b5d01
Merge 309cfdac92 into 4d51f7a1bb 2026-02-22 23:28:36 +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"