blakeblackshear.frigate/frigate
Nicolas Mowen 8bc76d19db
DB Optimizations (#6712)
* Enable auto vacuums

* Enable auto vacuum

* Fix separator

* Fix separator and remove incorrect log

* Limit to 1 row since that is all that is used

* Add index on camera + segment_size

* Formatting

* Increase timeout and cache_size

* Set DB mode to NORMAL synchronous level

* Formatting

* Vacuum every 2 weeks

* Remove fstring

* Use string

* Use consts
2023-06-11 07:23:18 -05:00
..
comms Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
detectors Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
events Fix bug introduced in new linter (#6754) 2023-06-11 07:18:47 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
record DB Optimizations (#6712) 2023-06-11 07:23:18 -05:00
test Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
track Improve tracking (#6516) 2023-05-31 08:12:43 -06:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
app.py DB Optimizations (#6712) 2023-06-11 07:23:18 -05:00
config.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
const.py Add API and WebUI to export recordings (#6550) 2023-06-08 07:32:35 -04:00
ffmpeg_presets.py Add API and WebUI to export recordings (#6550) 2023-06-08 07:32:35 -04:00
http.py Fix bug introduced in new linter (#6754) 2023-06-11 07:18:47 -05:00
log.py Improve tracking (#6516) 2023-05-31 08:12:43 -06:00
models.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
motion.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
mypy.ini update deps (#6093) 2023-04-15 14:17:59 -05:00
object_detection.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
object_processing.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
output.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
plus.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
ptz.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
stats.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
storage.py DB Optimizations (#6712) 2023-06-11 07:23:18 -05:00
timeline.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
types.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
util.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00
video.py Improve tracking (#6516) 2023-05-31 08:12:43 -06:00
watchdog.py Add isort and ruff linter (#6575) 2023-05-29 05:31:17 -05:00