TFS 2010 event refresh rate
Out of the box, tfs 2010 batches events together and fires them every 2 minutes. To change this, you need to set the notification delay in the TF registry. Run this script using PowerShell. This will set the delay to 30 seconds. You can set it to zero to fire tfs events immediately. [Reflection.Assembly]::Load(“Microsoft.TeamFoundation.Client, Version=10.0.0.0, … [Read more…]