gitdataai/libs/db
ZhenYi b560d9ea0f fix(db): use seconds for connection pool timeouts instead of milliseconds
ConfigMap values are in seconds (e.g. connection_timeout=30 means 30s),
but Duration::from_millis() interpreted them as ms (30ms), causing pool
timeout on startup. Changed to from_secs(). Also removed Namespace from
Helm chart to prevent cascade deletion of PVC/ConfigMap on uninstall.
2026-05-10 23:58:16 +08:00
..
cache.rs feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
Cargo.toml feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
database.rs fix(db): use seconds for connection pool timeouts instead of milliseconds 2026-05-10 23:58:16 +08:00
lib.rs init 2026-04-15 09:08:09 +08:00