fix(db): enable WAL mode, busy_timeout and single conn to avoid SQLITE_BUSY

This commit is contained in:
2026-07-07 00:58:02 -04:00
parent 24425b8b39
commit 047f0f5c09
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=nasctl
VERSION?=0.7.5
VERSION?=0.7.6
GO?=go
LDFLAGS=-s -w -X github.com/darroyo/nasctl/internal/web.Version=$(VERSION) -X github.com/darroyo/nasctl/internal/web.Commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
BUILD_FLAGS=CGO_ENABLED=0