diff options
author | Tom Grimshaw | 2010-07-17 06:54:46 -0700 |
---|---|---|
committer | Tom Grimshaw | 2010-07-17 06:54:46 -0700 |
commit | ef6565470f587a3b5b065c8278ddb9d9b1691250 (patch) | |
tree | b47880c9ca9da46ac3df21dd3a93b436f61d7bbb /bin | |
parent | Shorten LLEmail delay to 15s. With the external spam protection, we can (diff) | |
download | opensim-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.example | 7 |
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 @@ | |||
884 | Enabled = true | 884 | Enabled = true |
885 | RepoPath = "git" | 885 | RepoPath = "git" |
886 | 886 | ||
887 | ;How many frames between the scheduled commits? | 887 | ;How many seconds between the scheduled commits? |
888 | CommitFrameInterval = 360000 | 888 | CommitInterval = 21600 |
889 | |||
890 | ;Disable all except the initial commit? | ||
891 | DisableNonEssentialCommits = 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? |
891 | UseSafetyCommit = true | 894 | UseSafetyCommit = true |