Version Control Web.Config File Settings in Team Foundation Server Components
This topic describes the configurable settings in the version control web.config file. This web.Config file is stored in the <root>:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Web Services\VersionControl folder on the Team Foundation Server. For a general procedure that describes how to access and change these settings, see How to: Change Configuration Settings for Team Foundation Server Components.
Version Control Web.Config Settings
Setting |
Description |
---|---|
fileCacheRoot |
This setting is a string that describes the path to the directory that servers as the root for the version control server file cache root. |
CacheLimitPercent |
This setting is a numeric value that represents the percentage of disk space that can be used for the cache. |
CacheLimit |
This setting is a numeric value that represents the size limit of the cache, in megabytes. |
CacheDeletionPercent |
This setting is a numeric value that represents the percentage of the cache that will be emptied when the cache limit is reached. |
StatisticsPersistTime |
This element indicates how frequently in hours statistics should be written to disk. The default is 1 hour, and values can range between 1 and 24 hours. |
See Also
Tasks
How to: Change Configuration Settings for Team Foundation Server Components
Concepts
Global Web.Config File Settings in Team Foundation Server Components