We've upgraded the Git polling mechanism to be more adaptive, reducing resource usage on idle repositories while maintaining quick responsiveness. The polling interval now dynamically increases (from 2s up to 30s) during quiet periods and automatically resets to the fast 'hot' interval upon user activity or changes. Additionally, we've implemented jitter to prevent synchronized load and improved error resilience with a backoff strategy capped at 60 seconds. performance optimization

Optimized Git change polling with adaptive backoff - caiowilson/MCP-memento