Make DB max_connections configurable #14

Open
opened 2026-07-25 11:17:04 +00:00 by GKaszewski · 0 comments
Owner

Severity: Low

crates/adapters/sqlite/src/db.rs has max_connections(5) hardcoded. Should be configurable via an environment variable like k-photos does with DB_MAX_CONNECTIONS.

**Severity: Low** `crates/adapters/sqlite/src/db.rs` has `max_connections(5)` hardcoded. Should be configurable via an environment variable like k-photos does with `DB_MAX_CONNECTIONS`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/k-notes#14