mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Clarify condition.
This commit is contained in:
+2
-2
@@ -953,8 +953,8 @@ public class AlfrescoCoreAdminHandler extends CoreAdminHandler
|
|||||||
{
|
{
|
||||||
if(density >= 1 || density == 0)
|
if(density >= 1 || density == 0)
|
||||||
{
|
{
|
||||||
//This is fully dense shard. I'm not sure if it's possible to have more nodes on the shards
|
//This is fully dense shard or an empty shard.
|
||||||
//then the offset, but if it does happen don't expand.
|
// If it does happen, no expand is required.
|
||||||
bestGuess=0;
|
bestGuess=0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user