Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospuenteg authored Nov 5, 2022
1 parent 45b1aec commit eb50027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Maximum filename size
MAX_FN_SIZE = 256 # In bytes
MAX_FN_SIZE_BIN = MAX_FN_SIZE * 4 # In bits
MAX_FN_SIZE_BIN = MAX_FN_SIZE * 8 # In bits

# Max base exponent
MAX_BASE_EXP = 4 # 2^4 = 16
Expand Down

0 comments on commit eb50027

Please sign in to comment.