We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c986f commit fa24965Copy full SHA for fa24965
src/main/java/com/uid2/shared/Const.java
@@ -87,7 +87,7 @@ public static class Config {
87
88
// Others
89
public static final String SaltsExpiredShutdownHours = "salts_expired_shutdown_hours";
90
- public static final String KeysetKeysFailedShutdownHours = "keysetkeys_failed_shutdown_hours";
+ public static final String StoreRefreshStaleShutdownHours = "store_refresh_stale_shutdown_hours";
91
public static final String encryptionSupportVersion = "encryption_support_version";
92
}
93
0 commit comments