zeroclaw/src/memory
Ademílson Tonato 73e675d298 feat(memory): optional SQLite connection open timeout
- Add memory.sqlite_open_timeout_secs config (None = wait indefinitely).
- When set, open the DB in a thread with recv_timeout; cap at 300s.
- Default remains None for backward compatibility.
- Document in README; add tests for timeout path and default.
2026-02-18 12:18:05 +08:00
..
backend.rs fix: resolve all clippy warnings, formatting, and Mistral endpoint 2026-02-17 20:00:08 +08:00
chunker.rs fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
embeddings.rs fix(embeddings): normalize custom endpoint path resolution (#276) 2026-02-16 01:57:51 -05:00
hygiene.rs feat(memory): add session_id isolation to Memory trait (#530) 2026-02-17 07:44:05 -05:00
lucid.rs refactor(sync): migrate remaining std mutex usage to parking_lot 2026-02-18 00:45:26 +08:00
markdown.rs feat(memory): add session_id isolation to Memory trait (#530) 2026-02-17 07:44:05 -05:00
mod.rs feat(memory): optional SQLite connection open timeout 2026-02-18 12:18:05 +08:00
none.rs feat(memory): add session_id isolation to Memory trait (#530) 2026-02-17 07:44:05 -05:00
response_cache.rs fix(ci): repair parking_lot migration regressions in PR #535 2026-02-17 09:10:40 -05:00
snapshot.rs fix(build): complete strict lint and test cleanup (replacement for #476) 2026-02-18 00:18:54 +08:00
sqlite.rs feat(memory): optional SQLite connection open timeout 2026-02-18 12:18:05 +08:00
traits.rs feat(memory): add session_id isolation to Memory trait (#530) 2026-02-17 07:44:05 -05:00
vector.rs fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00