Unverified Commit 9fcc7c0d authored by Akos Elek's avatar Akos Elek Committed by GitHub

Fix cronjob example (#6707)

parent 0d4caf4e
...@@ -339,7 +339,7 @@ var ServerFlags = []cli.Flag{ ...@@ -339,7 +339,7 @@ var ServerFlags = []cli.Flag{
}, },
&cli.StringFlag{ &cli.StringFlag{
Name: "etcd-snapshot-schedule-cron", Name: "etcd-snapshot-schedule-cron",
Usage: "(db) Snapshot interval time in cron spec. eg. every 5 hours '* */5 * * *'", Usage: "(db) Snapshot interval time in cron spec. eg. every 5 hours '0 */5 * * *'",
Destination: &ServerConfig.EtcdSnapshotCron, Destination: &ServerConfig.EtcdSnapshotCron,
Value: "0 */12 * * *", Value: "0 */12 * * *",
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment