summaryrefslogtreecommitdiff
path: root/conf.txt
diff options
context:
space:
mode:
authoradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-07-01 20:17:22 +0200
committeradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-07-01 20:17:22 +0200
commita7aa66722070de6ab2e84e5a1311b96c98f36e14 (patch)
tree617f8bec8aebb398d6cfe61f1077b2db58dab85b /conf.txt
parent79f67cf524bf8c9069241475e9365362066ca3ab (diff)
parentf06ac1cce099cdb5a415663ff6473990066ea4cf (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.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.txt b/conf.txt
index 936af92..eb7ed2f 100644
--- a/conf.txt
+++ b/conf.txt
@@ -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