XGitminster: Update config options; commitFrameInterval -> CommitInterval and a new option DisableNonEssentialCommits

This commit is contained in:
Tom Grimshaw
2010-07-17 06:54:46 -07:00
parent d52fb4d2e9
commit ef6565470f

View File

@@ -884,8 +884,11 @@
Enabled = true
RepoPath = "git"
;How many frames between the scheduled commits?
CommitFrameInterval = 360000
;How many seconds between the scheduled commits?
CommitInterval = 21600
;Disable all except the initial commit?
DisableNonEssentialCommits = false
;Should we automatically commit when necessary to avoid objects never making it into the repo?
UseSafetyCommit = true