Index Update Settings API does not update settings in real time, closes #1807.

This commit is contained in:
Shay Banon 2012-03-22 20:16:07 +02:00
parent 5f83ad8d0c
commit 365c29b902
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class ClusterChangedEvent {
if (previousIndexMetaData == current) { if (previousIndexMetaData == current) {
return false; return false;
} }
return false; return true;
} }
public boolean blocksChanged() { public boolean blocksChanged() {