fabro/lib/crates/fabro-api
Bryan Helmkamp 200a580009
Configure SlateDB flush_interval to 5ms for local storage
SlateDB defaults to 100ms flush_interval (tuned for S3 cost). For
local/in-memory object stores this adds unnecessary write latency.
Pass flush_interval through SlateStore::new() so callers control
the setting, and switch open_db() to use Db::builder().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:09 -04:00
..
src Configure SlateDB flush_interval to 5ms for local storage 2026-03-29 13:47:09 -04:00
tests/it Consolidate integration tests under tests/it 2026-03-29 13:47:09 -04:00
Cargo.toml Wire workflows and CLI to fabro-store 2026-03-29 13:47:09 -04:00