mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 15:00:45 +00:00
* 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:
parent
7151dc0b83
commit
ff0705c527
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue