Merge "Use container.replica as the property for readonly replicas"
This commit is contained in:
@@ -241,7 +241,7 @@ public abstract class AbstractReindexTests extends StandaloneSiteTest {
|
||||
}
|
||||
|
||||
private void enableSlaveMode() throws Exception {
|
||||
updateConfig(config -> config.setBoolean("container", null, "slave", true));
|
||||
updateConfig(config -> config.setBoolean("container", null, "replica", true));
|
||||
}
|
||||
|
||||
private void updateConfig(Consumer<Config> configConsumer) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user