mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
Rename async flow failure backoff config property
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118207124
This commit is contained in:
@@ -190,7 +190,7 @@ public class TestRegistryConfig implements RegistryConfig {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Duration getAsyncDeleteFlowFailureBackoff() {
|
||||
public Duration getAsyncFlowFailureBackoff() {
|
||||
return Duration.standardMinutes(10);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user