mirror of
https://github.com/kopia/kopia.git
synced 2026-05-11 08:16:12 -04:00
set --run-missed default to True (#3330)
This commit is contained in:
@@ -75,7 +75,7 @@ type SchedulingPolicyDefinition struct {
|
||||
}
|
||||
|
||||
// defaultRunMissed is the value for RunMissed.
|
||||
const defaultRunMissed = false
|
||||
const defaultRunMissed = true
|
||||
|
||||
// Interval returns the snapshot interval or zero if not specified.
|
||||
func (p *SchedulingPolicy) Interval() time.Duration {
|
||||
|
||||
Reference in New Issue
Block a user