summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/aws-autoscaling-dns/main.rs2
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).