1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00: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:
mmuller
2019-05-16 09:59:07 -07:00
committed by jianglai
parent 73f7e185f2
commit f18f389b03

View File

@@ -372,7 +372,7 @@ public final class RegistryConfig {
@Provides
@Config("dnsDefaultNsTtl")
public static Duration provideDnsDefaultNsTtl() {
return Duration.standardHours(1);
return Duration.standardHours(3);
}
/**