mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 09:18:07 -05: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.