1
0
mirror of https://github.com/google/nomulus synced 2026-07-21 15:32:51 +00:00

Cut over to batched DNS refreshing on host renames

TESTED=I deployed it on alpha, renamed some hosts, and verified that
the [] ran as expected.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134991941
This commit is contained in:
mcilwain
2016-10-03 09:29:19 -07:00
committed by Ben McIlwain
parent 3613eff204
commit d853e59c7f
7 changed files with 9 additions and 50 deletions
@@ -218,9 +218,4 @@ public final class ProductionRegistryConfigExample implements RegistryConfig {
public String getCheckApiServletRegistrarClientId() {
return "TheRegistrar";
}
@Override
public Duration getAsyncFlowFailureBackoff() {
return Duration.standardMinutes(10);
}
}