From 4007f0ea65c75bb4bd508e2813080bb5fbc1a1fb Mon Sep 17 00:00:00 2001 From: Username Date: Sat, 20 Dec 2025 03:45:05 +0100 Subject: [PATCH] tasklist: mark wal mode complete --- TASKLIST.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TASKLIST.md b/TASKLIST.md index 6b6346c..5a1be68 100644 --- a/TASKLIST.md +++ b/TASKLIST.md @@ -34,7 +34,7 @@ Prioritized, actionable tasks. Each task is small and completable in one session | Status | Task |--------|-------------------------------------------------------------- -| ☐ | Add SQLite WAL mode for better concurrency +| ☑ | Add SQLite WAL mode for better concurrency | ☐ | Add /metrics endpoint skeleton (for future Prometheus) | ☐ | Add structured logging option via environment variable | ☐ | Optimize container build with multi-stage Containerfile @@ -43,6 +43,7 @@ Prioritized, actionable tasks. Each task is small and completable in one session | Date | Task |------------|-------------------------------------------------------------- +| 2024-12 | Add SQLite WAL mode for better concurrency | 2024-12 | Implement content-hash deduplication | 2024-12 | Add X-Proxy-Secret validation | 2024-12 | Add X-Request-ID tracing