mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-14 12:27:34 +03:00
Increase maximum stream timeout to 15s
This commit is contained in:
parent
6accc38275
commit
2b30da7c7c
@ -196,7 +196,7 @@ export default function UiSettingsView() {
|
|||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent>
|
||||||
<SelectGroup>
|
<SelectGroup>
|
||||||
{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map((timeout) => (
|
{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15].map((timeout) => (
|
||||||
<SelectItem
|
<SelectItem
|
||||||
key={timeout}
|
key={timeout}
|
||||||
className="cursor-pointer"
|
className="cursor-pointer"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user