diff options
| author | admin (centauri.fritz.box) <puppet@mx.buetow.org> | 2014-07-01 20:17:22 +0200 |
|---|---|---|
| committer | admin (centauri.fritz.box) <puppet@mx.buetow.org> | 2014-07-01 20:17:22 +0200 |
| commit | a7aa66722070de6ab2e84e5a1311b96c98f36e14 (patch) | |
| tree | 617f8bec8aebb398d6cfe61f1077b2db58dab85b /conf.txt | |
| parent | 79f67cf524bf8c9069241475e9365362066ca3ab (diff) | |
| parent | f06ac1cce099cdb5a415663ff6473990066ea4cf (diff) | |
Merge remote-tracking branch 'remotes/github/ychat-0.5-basic' into ychat-0.5-basicychat-0.5-basic
Diffstat (limited to 'conf.txt')
| -rw-r--r-- | conf.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,15 +11,15 @@ # all lines which do not contain a semicolon and at least two quotes # or start with a # will be ignored. # -# greets, paul c. buetow ( snooper@ychat.org ); +# greets, paul c. buetow ( snooper at ychat dot org ); # # server specific configurations ( not allowed to be removed ): HTMLTEMP="html/"; # directory of the html-template files. -THRDPOOL="50"; # thread pool size. -THRDQUEU="50"; # length of the thread pool queue. -SRVRPORT="3000"; # local port on which the server listens. +THRDPOOL="1"; # Initial pool size. +THRDPMAX="52"; # Max thread pool size +SRVRPORT="2000"; # local port on which the server listens. STRDROOM="Lounge"; # the name of the standard room. LANGUAGE="en"; # language of the chat outputs ( CONSOLE OUTPUT IS NOT AFFECTED ) @@ -48,7 +48,7 @@ LOG_LINES="10"; # values which are used by the html-templates and are not sticked within the yC++ core source! GRAPHICS="http://paul.buetow.info/yChat"; # url for graphic files etc. -PGETITLE="yChat++ Basic - Fast Simple Extensible"; +PGETITLE="yChat 0.5 - Fast Simple Extensible"; # do not edit beyond this line |
