doc[net]: other hash algorithms can be customized to make the distribution more uniform

This commit is contained in:
godotg
2022-12-11 20:52:16 +08:00
parent 4d211f0a53
commit 5d8464562f
@@ -126,6 +126,7 @@ public final class TaskBus {
}
public static int calTaskExecutorHash(int taskExecutorHash) {
// Other hash algorithms can be customized to make the distribution more uniform
return Math.abs(taskExecutorHash) % EXECUTOR_SIZE;
}