Skip to content

Commit fa24965

Browse files
committed
change const
1 parent 06c986f commit fa24965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/shared/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static class Config {
8787

8888
// Others
8989
public static final String SaltsExpiredShutdownHours = "salts_expired_shutdown_hours";
90-
public static final String KeysetKeysFailedShutdownHours = "keysetkeys_failed_shutdown_hours";
90+
public static final String StoreRefreshStaleShutdownHours = "store_refresh_stale_shutdown_hours";
9191
public static final String encryptionSupportVersion = "encryption_support_version";
9292
}
9393

0 commit comments

Comments
 (0)