diff options
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/aws-autoscaling-dns/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/aws-autoscaling-dns/main.rs b/src/bin/aws-autoscaling-dns/main.rs index 739f0c8..8da99b2 100644 --- a/src/bin/aws-autoscaling-dns/main.rs +++ b/src/bin/aws-autoscaling-dns/main.rs @@ -27,7 +27,7 @@ struct Args { dns_name: Name, /// The TTL (in seconds) for newly-created records. - #[arg(long, default_value_t = 300)] + #[arg(long, default_value_t = 60)] dns_ttl: i64, /// Print the affected zone ID and pending changes, without applying them (default). |
