mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
SYNTAX
This commit is contained in:
@@ -57,7 +57,7 @@ function startClustered(redis_enabled) {
|
|||||||
if (!isNaN(ip[i])) {
|
if (!isNaN(ip[i])) {
|
||||||
s += ip[i];
|
s += ip[i];
|
||||||
}
|
}
|
||||||
}´
|
}
|
||||||
return farmhash.fingerprint32(ip) % len;
|
return farmhash.fingerprint32(ip) % len;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user