Skip to content

Commit

Permalink
Extend hash length (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 authored Nov 13, 2024
1 parent ef65aec commit 1e58bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thicket/thicket.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __str__(self):
return s

@staticmethod
def profile_hasher(obj, hex_len=8):
def profile_hasher(obj, hex_len=11):
"""Convert an object to a profile hash for Thicket.
Arguments:
Expand Down

0 comments on commit 1e58bc5

Please sign in to comment.