mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Increase NS record default TTLs to 3 hours
Per further discussion on b/130533696, we've decided to increase these so tenants can have greater resilience to an outage in our DNS servers. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=248546853
This commit is contained in:
parent
73f7e185f2
commit
f18f389b03
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ public final class RegistryConfig {
|
||||||
@Provides
|
@Provides
|
||||||
@Config("dnsDefaultNsTtl")
|
@Config("dnsDefaultNsTtl")
|
||||||
public static Duration provideDnsDefaultNsTtl() {
|
public static Duration provideDnsDefaultNsTtl() {
|
||||||
return Duration.standardHours(1);
|
return Duration.standardHours(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue