fix zombie leak, add quiet-hours toggle, improve query reply, configurable router threshold, JS dashboard

This commit is contained in:
kami
2026-07-03 00:42:35 +02:00
parent 612583d59a
commit e00cb07658
26 changed files with 3652 additions and 15 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ run-web: build-web
test:
CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" LD_LIBRARY_PATH="$(shell pwd)/deps/lib" \
$(GO) test ./internal/...
$(GO) test ./internal/... ./cmd/...
run-stt: build-stt
LD_LIBRARY_PATH="$(shell pwd)/deps/lib" \