zeroclaw/src/config
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
..
mod.rs feat(discord): add mention_only config for @-mention trigger (#529) 2026-02-17 08:01:27 -05:00
schema.rs feat(memory): optional SQLite connection open timeout 2026-02-18 12:18:05 +08:00