mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
When we observe a change on disk we will fetch status after 0.5 seconds if we are active, otherwise 3 seconds. If we become active and have a pending update, we update immediately. The reason for the delay is that the change on disk could be the version control system working, for example performing a rebase, and not all systems can gracefully handle requesting status when in the midst of such operation.