mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
Records lastSynced time after each pull. A concurrent caller that was waiting behind the mutex sees lastSynced < 1s ago and returns early, avoiding a wasted network round-trip.