mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
bump MAX_NAME_LENGTH to 255
This commit is contained in:
parent
741654e13d
commit
216e671fa0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
const char *CONFIG_FILE = "/Users/birarda/code/worklist/checkouts/hifi/space/example.data.txt";
|
||||
const unsigned short SPACE_LISTENING_PORT = 55551;
|
||||
const short MAX_NAME_LENGTH = 63;
|
||||
const short MAX_NAME_LENGTH = 255;
|
||||
|
||||
const char ROOT_HOSTNAME[] = "root.highfidelity.co";
|
||||
const char ROOT_NICKNAME[] = "root";
|
||||
|
|
Loading…
Reference in a new issue