* Added support for periodic autosaves - added to SvnBackupModule. Will cause a SVN revision to be saved every X minutes. (Default = 15)

* Added 'Autosave' options to OpenSim.ini.Example 
* Added 'ImportOnStartup' option to OpenSim.ini.example
This commit is contained in:
Adam Frisby
2008-04-21 04:11:56 +00:00
parent 73f60f395a
commit 8cf42ddb84
2 changed files with 33 additions and 8 deletions

View File

@@ -388,3 +388,6 @@ Directory = SVNmodule\repo
URL = "svn://your.repo.here/"
Username = "user"
Password = "password"
ImportOnStartup = false
Autosave = false
AutoSavePeriod = 15 ; Number of minutes between autosave backups