mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
minor: Add some doc to Scene.Backup() detailing its direct invocation if the indepedent backup thread is not running (e.g. in a regression test)
This commit is contained in:
@@ -1703,8 +1703,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Backup the scene. This acts as the main method of the backup thread.
|
||||
/// Backup the scene.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This acts as the main method of the backup thread. In a regression test whether the backup thread is not
|
||||
/// running independently this can be invoked directly.
|
||||
/// </remarks>
|
||||
/// <param name="forced">
|
||||
/// If true, then any changes that have not yet been persisted are persisted. If false,
|
||||
/// then the persistence decision is left to the backup code (in some situations, such as object persistence,
|
||||
|
||||
Reference in New Issue
Block a user