Page 1 of 1

maxmsgLen

Posted: 18 Feb 2010, 13:04
by corwin
Hi, I need to create a chat log, and i was wondering if increasing maxmsgLen has any drawbacks, except of course eating bandwidth?

Posted: 18 Feb 2010, 15:22
by Lapo
That setting determines the max length of a client message. Default = 4Kb
Sure you can change it to a higher value if necessary.
However, in a chat app I doubt that users will send messages of 4000+ characters

Posted: 19 Feb 2010, 08:05
by corwin
ok, 10x