* GSWeb.framework/GSWConfig.h: Turn GSW/WOLifebeatEnabled off

by default.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18432 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2004-01-18 11:17:38 +00:00
parent 7151dc0b83
commit ff0705c527
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,8 @@
performSelector: to send undeclared targetForProxy method.
([GSWApplication monitoringEnabled]): Forward isMonitorEnabled to
class.
* GSWeb.framework/GSWConfig.h: Turn GSW/WOLifebeatEnabled off by
default.
2004-01-13 David Ayers <d.ayers@inode.at>

View file

@ -56,7 +56,7 @@
#define GSWOPTVALUE_MultiThreadEnabled @"YES"
#define GSWOPTVALUE_AdaptorHost @""
#define GSWOPTVALUE_DefaultTemplateParser @"XMLHTML"
#define GSWOPTVALUE_LifebeatEnabled @"YES"
#define GSWOPTVALUE_LifebeatEnabled @"NO"
#define GSWOPTVALUE_LifebeatDestinationHost @"localhost"
#define GSWOPTVALUE_LifebeatDestinationPort @"1085"
#define GSWOPTVALUE_LifebeatInterval @"30"