mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Use cursor to track updating of registrar sheet
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138221931
This commit is contained in:
@@ -618,17 +618,6 @@ public final class ConfigModule {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Amount of time between synchronizations of the Registrar spreadsheet.
|
||||
*
|
||||
* @see google.registry.export.sheet.SyncRegistrarsSheetAction
|
||||
*/
|
||||
@Provides
|
||||
@Config("sheetRegistrarInterval")
|
||||
public static Duration provideSheetRegistrarInterval() {
|
||||
return Duration.standardHours(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns SSH client connection and read timeout.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user