Parameter |
Type |
Default Value |
Description |
message-handle-workers |
Number |
10 |
It deals with messages.
To handle high frequency messages with over 1000 chat users in one room, please set it to a higher value. Normally you will not need to change it. |
listen-workers |
Number |
5 |
If the maximum number of users is over 1000, please configure it with larger number. Normally you will not need to change this. |
http-listen-workers |
Number |
5 |
The value of http-listen-workers determine on the purpose of the http server. If you use the http server to receive the upload files mainly, please set it to a bigger value (about 20~50), if you use the http server act as a proxy server, setting the value equals to the listen-workers is enough. |
http-message-handle-workers |
numbers |
10 |
It can deal with messages from the HTTP server. To handle high frequency messages from your HTTP chat server with over 1000 users, please set it to a higher value. Normally you will not need to change it.
|
max-connection |
numbers |
10000 |
The user maximum in all rooms will be limited by the license you’ve purchased. |
user-timeout |
numbers |
300 |
If a still logged-in user does not send a request to the chat server for a predefined period of time, chat server will stop serve him and the connection will be cut.
For example:
If a user clicks another URL in their current browser instead of quitting 123 Flash Chat first, their connection will be cut by this setting. But if the 123 Flash Chat user is inactive inside their current browser their connection will still be kept as the flash client will send request to the chat server at intervals to keep the connection alive. |
user-idle-timeout |
numbers |
300 |
A user will be identified as being in “idle” status when they have not sent a message for a defined period of time. The units of measure are seconds. |
user-connection-timeout |
numbers |
20 |
A user will get "failed to log in" error message when it exceeds the predefined period of time to try to connect to the chat server. |
data-path |
String |
data |
Sets the folder name in which following data files are stored: member folder; ban-ip list; ban-user list, etc. |
admin-logs-path |
string |
logs |
Name of the folder of admin log data files. |
max-connections-per-ip |
Number |
10 |
Connection limit of each IP. By default it is "10".
If configure it to "0", then one IP can login unlimited connections, this can be used for performance test. |
time-zone |
Number |
0 |
Set your local time zone. between -12 to 12 . For example, -5: GMT-5 , 8: GMT+8 Default is 0: GMT
|