Increase maximum stream timeout to 15s (#21936)

* Increase maximum stream timeout to 15s

* Use predefined intervals instead for the stream timeout
This commit is contained in:
Felipe Santos
2026-02-27 01:54:00 -03:00
committed by GitHub
parent b4eac11cbd
commit b88186983a

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"