aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTom Grimshaw2010-07-17 06:54:46 -0700
committerTom Grimshaw2010-07-17 06:54:46 -0700
commitef6565470f587a3b5b065c8278ddb9d9b1691250 (patch)
treeb47880c9ca9da46ac3df21dd3a93b436f61d7bbb /bin
parentShorten LLEmail delay to 15s. With the external spam protection, we can (diff)
downloadopensim-SC_OLD-ef6565470f587a3b5b065c8278ddb9d9b1691250.zip
opensim-SC_OLD-ef6565470f587a3b5b065c8278ddb9d9b1691250.tar.gz
opensim-SC_OLD-ef6565470f587a3b5b065c8278ddb9d9b1691250.tar.bz2
opensim-SC_OLD-ef6565470f587a3b5b065c8278ddb9d9b1691250.tar.xz
XGitminster: Update config options; commitFrameInterval -> CommitInterval and a new option DisableNonEssentialCommits
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 559a734..1527334 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -884,8 +884,11 @@
884Enabled = true 884Enabled = true
885RepoPath = "git" 885RepoPath = "git"
886 886
887;How many frames between the scheduled commits? 887;How many seconds between the scheduled commits?
888CommitFrameInterval = 360000 888CommitInterval = 21600
889
890;Disable all except the initial commit?
891DisableNonEssentialCommits = false
889 892
890;Should we automatically commit when necessary to avoid objects never making it into the repo? 893;Should we automatically commit when necessary to avoid objects never making it into the repo?
891UseSafetyCommit = true 894UseSafetyCommit = true