Skip to content

Commit

Permalink
Increase max username length to 16 characters (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Nov 16, 2017
1 parent ac9cdb2 commit 11de7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncplay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

# Maximum character lengths (for client and server)
MAX_CHAT_MESSAGE_LENGTH = 50 # Number of displayed characters
MAX_USERNAME_LENGTH = 12 # Number of displayed characters
MAX_USERNAME_LENGTH = 16 # Number of displayed characters
MAX_ROOM_NAME_LENGTH = 35 # Number of displayed characters
MAX_FILENAME_LENGTH = 250 # Number of displayed characters

Expand Down

0 comments on commit 11de7cd

Please sign in to comment.