How to implement:
OVMDCSyncFrequencyInSecs
This setting can be created in the following locations:
HKEY_CURRENT_USER\SOFTWARE\KVS\Enterprise Vault\Client\VaultCacheStoreID
HKEY_CURRENT_USER\SOFTWARE\KVS\Enterprise Vault\Client
DWORD: Number of seconds between scheduled synchronizations. The default
value is 86400, which is 24 hours.
Enables you to set the frequency of scheduled Vault Cache
synchronizations. The default value (86400 seconds) means that a
synchronization is initiated every 24 hours.
The new value only takes effect after the next scheduled synchronization.
The Outlook add-ins check for the setting as follows:
■ If the setting exists under \Client\VaultCacheStoreID, then that
value is used.
■ If the setting does not exist under \Client\VaultCacheStoreID,
then the \Client location is checked. If the setting exists there,
then that value is used.
■ If the setting does not exist in either location, then the default
value is used.
If you use a group policy to configure settings on users' computers,
then you can create the setting under \Client. Note however that a
value that is set under \Client\VaultCacheStoreID always takes
precedence.
I hope this helps..
Impact:
Each time a user synchronises there will be additional load placed on IIS to obtain a slot, SQL, to work out where the slot should be given, what permissions the user has, what items need to be uploaded, updated, downloaded, deleted, any folder hierarchy changes, retention category changes, and Enterprise Vault storage server, that has to interact with both IIS and SQL, whilst also servicing any requests for content resulting from this, and any other regular operations outside of this feature such as journal archiving, user retrieval/view requests, etc