mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user