Correct Mistyped 2 ^ 32
This commit is contained in:
parent
f96d148073
commit
4b48ed14c6
2 changed files with 2 additions and 3 deletions
|
@ -74,8 +74,7 @@
|
|||
%%
|
||||
%% Hash function contains mysterious constants, some explanation here as to
|
||||
%% what they are -
|
||||
%% http://stackoverflow.com/ ++
|
||||
%% questions/10696223/reason-for-5381-number-in-djb-hash-function
|
||||
%% http://stackoverflow.com/questions/10696223/reason-for-5381-number-in-djb-hash-function
|
||||
|
||||
magic_hash({?RIAK_TAG, Bucket, Key, _SubKey}) ->
|
||||
magic_hash({Bucket, Key});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue