-
|
We want to automate commits and use the parameters "Age of changes to commit" and "Push on commit" in the component settings "Version control". According to the tooltip in the configuration the lowest values for the "Age ..." attribute are either 0 oder 1 (hour). My understanding is that with the value 0 the changes are initially commited. But this works not always so we still have to commit manually in these cases. So far I did not figure out when the commit is executed by the background task. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The pending commits are triggered hourly, so even with 0, you can have 59 minutes until the commit happens. |
Beta Was this translation helpful? Give feedback.
The pending commits are triggered hourly, so even with 0, you can have 59 minutes until the commit happens.