Current situation
Every small change gets committed pretty soon, triggering numerous commits with short intervals.
Desired behaviour
Based on a feature flag, enable an optional "backup-mode" that would commit once in a while, such as once per hour, to lessen load on the git and make a more manageable hisotry. Specify the needed parameters in the config file next to Git repository information.
Current situation
Every small change gets committed pretty soon, triggering numerous commits with short intervals.
Desired behaviour
Based on a feature flag, enable an optional "backup-mode" that would commit once in a while, such as once per hour, to lessen load on the git and make a more manageable hisotry. Specify the needed parameters in the
configfile next to Git repository information.