Skip to content

Commit

Permalink
schema version rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Jun 4, 2024
1 parent 3150d14 commit 5697938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@SuppressWarnings("unused")
@JsonIgnoreProperties(ignoreUnknown = true)
public class CassandraStorageSettings extends CoreStorageSettings {
public static final String SCHEMA_VERSION = "5.4.0";
public static final String SCHEMA_VERSION = "5.3.0";
public static final int RANDOM_ACCESS_DAYS_CACHE_SIZE = 10;
/** One day in milliseconds */
public static final long RANDOM_ACCESS_DAYS_CACHE_INVALIDATE_INTERVAL = 24 * 60 * 60 * 1_000;
Expand Down

0 comments on commit 5697938

Please sign in to comment.