itsgoin/frontend
Scott Reimers 89d6a853f5 Fix storage lock contention: reduce lock holds across 6 hot paths
- get_blob_for_post: 3 sequential locks → 1 combined acquisition
- prefetch_blobs_from_peer: lock only for DB reads, blob checks outside lock
- fetch_engagement_from_peer: explicit lock release before next network I/O
- serve_post: 4 locks (2 redundant) → 2
- run_replication_check: 2 locks → 1 combined
- Badge cycle: N+2 IPC calls → 1 (new get_badge_counts command)
- Follow timeout: 15s cap on auto-sync-on-follow to prevent UI hang
- Notification clearing: clear system notifications on conversation read

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 13:02:30 -04:00
..
app.js Fix storage lock contention: reduce lock holds across 6 hot paths 2026-03-21 13:02:30 -04:00
index.html v0.3.6: Network indicator, tab badges, message read tracking, UI cleanup 2026-03-20 23:09:57 -04:00
style.css v0.3.6: Network indicator, tab badges, message read tracking, UI cleanup 2026-03-20 23:09:57 -04:00