Sitecore 5.1.1 API

Settings.MasterDBSaveInterval Property

Gets the interval between saving the master database.

[Visual Basic]
Public Shared ReadOnly Property MasterDBSaveInterval As TimeSpan
[C#]
public static System.TimeSpan MasterDBSaveInterval {get;}

Property Value

Default value: 00:05:00 (5 minutes)

Remarks

If running on an xml file based data provider, the xml data file will be saved periodically. This setting determines how often.

Note that RDBMS based data providers ignore this setting as disk management is built into the RDBMS itself.

See Also

Settings Class | Sitecore.Configuration Namespace