aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6fdfcf2..a71fe72 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -887,6 +887,13 @@
887Enabled = true 887Enabled = true
888RepoPath = "git" 888RepoPath = "git"
889 889
890;How many frames between the scheduled commits?
891CommitFrameInterval = 360000
892
893;Should we automatically commit when necessary to avoid objects never making it into the repo?
894UseSafetyCommit = true
895
896
890[SVN] 897[SVN]
891 Enabled = false 898 Enabled = false
892 Directory = SVNmodule\repo 899 Directory = SVNmodule\repo