You should now be able to register without requiring a delay.
Why should I use a local workspace?
When using a local workspace, you get the following benefits:
Easy to work offline. You can quickly start editing a file when the network connection is unavailable or unreliable. From the Explorer solution you can add, edit, delete, rename, cancel and compare items in your workspace, even if you are not connected to your Team Foundation Server.
It is easy to recover files that you deleted locally. To recover locally deleted files, just get your files.
Visual Studio automatically detects changes. When you add or delete files outside of Visual Studio, the program automatically detects these changes.
Important: One of the drawbacks of using the local workspace is that performance degrades as the number of items increases. See the next section for details.
When do I need to use the server workspace?
When you use the server workspace, Visual Studio saves only one copy of each file. This can significantly reduce disk usage and improve when you have a lot of items. We recommend using a server if:
Your workspace contains over 100,000 items.
You want to use Visual Studio 2010 or earlier to work with the workspace.
You need to use the Enable latest version option at checkout .
Work offline with difficulty and low productivity. . When you are offline in the server workspace, you cannot work with your local files because they are read-only until you check them. You can check files only from Solution Explorer, and only after you switch to offline mode (as described below). While you are offline, you cannot perform any other operations, such as adding, deleting, renaming or canceling.
Tip. . You can improve responsiveness by enabling asynchronous validation. For more information, see the "Managing a Collective Project Collection" section of the settings for your team.