created max_message_length in server cfg

This commit is contained in:
Václav Šmejkal 2024-02-25 20:25:38 +01:00
parent b14c8de710
commit 13d4e2f480
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -22,4 +22,6 @@ communication_time = 300 # Seconds waiting for client message before stopping co
max_username_length = 20 # Maximal username length
min_username_length = 4 # Minimal username length
max_username_tries = 3 # Times asking client for username (if client tries to use invalid username)
max_username_tries = 3 # Times asking client for username (if client tries to use invalid username)
max_message_length = 100 # Maximal message length