mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:58:03 +01:00
Compare versioned profiles synchronously; log a subset of mismatches for further investigation
This commit is contained in:
committed by
Chris Eager
parent
795b226b90
commit
d89b4f7e95
@@ -21,6 +21,9 @@ public class DynamicProfileMigrationConfiguration {
|
||||
@JsonProperty
|
||||
private boolean dynamoDbReadPrimary = false;
|
||||
|
||||
@JsonProperty
|
||||
private boolean logMismatches = false;
|
||||
|
||||
public boolean isDynamoDbDeleteEnabled() {
|
||||
return dynamoDbDeleteEnabled;
|
||||
}
|
||||
@@ -36,4 +39,8 @@ public class DynamicProfileMigrationConfiguration {
|
||||
public boolean isDynamoDbReadPrimary() {
|
||||
return dynamoDbReadPrimary;
|
||||
}
|
||||
|
||||
public boolean isLogMismatches() {
|
||||
return logMismatches;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user