bump MAX_NAME_LENGTH to 255

This commit is contained in:
Stephen Birarda 2013-02-18 17:08:08 -08:00
parent 741654e13d
commit 216e671fa0

View file

@ -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";