You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve cache cleanup, error sanitization, and log batching
- cache.rs: Add cleanup_expired() call to pgrep cache functions to ensure
all cache entries are periodically cleaned up
- cli.rs: Sanitize error messages to avoid exposing sensitive system
details; log full errors for debugging, return user-friendly messages
- log.rs: Batch log lines into single event emission to reduce IPC
overhead and improve UI performance
- constants.ts, logs.ts: Update frontend to handle batched log-lines event
0 commit comments