XGitminster: Update config options; commitFrameInterval -> CommitInterval and a new option DisableNonEssentialCommits
parent
d52fb4d2e9
commit
ef6565470f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue