docs: fix typos and update design rationale for SQLite choice
- Correct "proxyway" typo in README - Rewrite design.md to explain SQLite decision over in-memory map, highlighting persistence, ACID transactions, and concurrent read support via WAL mode - Increase audit log rotation limit from 100k to 200k entries
This commit is contained in:
@@ -48,7 +48,7 @@ Each entry records:
|
||||
|
||||
Retrieve logs via the `/api/logs` endpoint.
|
||||
|
||||
The audit log is automatically rotated to maintain a maximum of 100,000 entries.
|
||||
The audit log is automatically rotated to maintain a maximum of 200,000 entries.
|
||||
|
||||
## IP validation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user