XGitminster: Update config options; commitFrameInterval -> CommitInterval and a new option DisableNonEssentialCommits
parent
d52fb4d2e9
commit
ef6565470f
|
@ -884,8 +884,11 @@
|
||||||
Enabled = true
|
Enabled = true
|
||||||
RepoPath = "git"
|
RepoPath = "git"
|
||||||
|
|
||||||
;How many frames between the scheduled commits?
|
;How many seconds between the scheduled commits?
|
||||||
CommitFrameInterval = 360000
|
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?
|
;Should we automatically commit when necessary to avoid objects never making it into the repo?
|
||||||
UseSafetyCommit = true
|
UseSafetyCommit = true
|
||||||
|
|
Loading…
Reference in New Issue