mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Decrease duration slightly
This commit is contained in:
parent
a3d1439ca6
commit
0a5fb5b14d
@ -23,7 +23,7 @@ import Button from '../components/Button';
|
||||
import Dialog from '../components/Dialog';
|
||||
|
||||
const API_LIMIT = 25;
|
||||
const HAPTIC_FEEDBACK_DURATION = 100;
|
||||
const HAPTIC_FEEDBACK_DURATION = 50;
|
||||
|
||||
const daysAgo = (num) => {
|
||||
let date = new Date();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user