mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
Configure SQLite connections with WAL journal mode, a 5-second busy timeout, shared cache, and a max of 1 open connection. SQLite only supports a single writer at a time, so without these settings concurrent API requests (e.g. bulk task creation) would immediately fail with "database is locked" instead of waiting and retrying.
53 lines
616 B
Plaintext
53 lines
616 B
Plaintext
.idea/
|
|
.idea/*/*
|
|
.idea/httpRequests
|
|
config.yml
|
|
config.yaml
|
|
config.yml.sample
|
|
!docs/config.yml
|
|
!.github/ISSUE_TEMPLATE/config.yml
|
|
!.gitea/ISSUE_TEMPLATE/config.yml
|
|
docs/themes/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
Run
|
|
dist/
|
|
cover.*
|
|
/vikunja
|
|
Test_*
|
|
bin/
|
|
secrets
|
|
*.deb
|
|
debian/
|
|
logs/
|
|
docs/public/
|
|
docs/resources/
|
|
pkg/static/templates_vfsdata.go
|
|
files/
|
|
!pkg/files/
|
|
vikunja-dump*
|
|
vendor/
|
|
os-packages/
|
|
mage_output_file.go
|
|
mage-static
|
|
.DS_Store
|
|
/plugins/*
|
|
/plugins-dev/*
|
|
|
|
# Devenv
|
|
.devenv*
|
|
devenv.local.nix
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# pre-commit
|
|
.pre-commit-config.yaml
|
|
|
|
# AI Tools
|
|
/.claude/settings.local.json
|
|
PLAN.md
|
|
/.crush/
|
|
/.playwright-mcp
|