mirror of
https://github.com/google/nomulus
synced 2026-05-23 08:11:48 +00:00
Make the async delete delay configurable in YAML config files
Since this has interactions with the recently added EPP resource caching, they both need to be configurable, otherwise the EPP resource caching time could not be set longer than the hard-coded async delete delay. This also adds comments to better clarify the interaction between the two. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=187179539
This commit is contained in:
@@ -155,6 +155,7 @@ public class RegistryConfigSettings {
|
||||
public String sheetExportId;
|
||||
public String alertRecipientEmailAddress;
|
||||
public String alertEmailSenderDomain;
|
||||
public int asyncDeleteDelaySeconds;
|
||||
}
|
||||
|
||||
/** Configuration for Braintree credit card payment processing. */
|
||||
|
||||
Reference in New Issue
Block a user