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

avinationmerge
Tom Grimshaw 2010-07-17 06:54:46 -07:00
parent d52fb4d2e9
commit ef6565470f
1 changed files with 5 additions and 2 deletions

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