Rework how paths are set as remote cluster preferred. The code is now clearer and cluster preference indications are now very sticky as they should be.
This commit is contained in:
parent
43780742b0
commit
8a2e8bd585
3 changed files with 46 additions and 37 deletions
|
@ -362,7 +362,7 @@ private:
|
|||
template<typename O>
|
||||
static inline unsigned long _hc(const O &obj)
|
||||
{
|
||||
return obj.hashCode();
|
||||
return (unsigned long)obj.hashCode();
|
||||
}
|
||||
static inline unsigned long _hc(const uint64_t i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue