o removed GSWOPTVALUE_SaveResponsesPath

o added GSWOPTVALUE_LifebeatEnabled
o added GSWOPTVALUE_LifebeatDestinationHost
o added GSWOPTVALUE_LifebeatDestinationPort
o added GSWOPTVALUE_LifebeatInterval
o added GSWOPTVALUE_DefaultUndoStackLimit
o added GSWOPTVALUE_LockDefaultEditingContext
o added GSWOPTVALUE_WorkerThreadCountMin
o added GSWOPTVALUE_WorkerThreadCountMax
o added GSWOPTVALUE_AcceptedContentEncoding


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18183 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2003-11-24 12:16:22 +00:00
parent 493694319a
commit 44ed44a2b8

View file

@ -55,7 +55,15 @@
#define GSWOPTVALUE_WorkerThreadCount @"8"
#define GSWOPTVALUE_MultiThreadEnabled @"YES"
#define GSWOPTVALUE_AdaptorHost @""
#define GSWOPTVALUE_SaveResponsesPath nil
#define GSWOPTVALUE_DefaultTemplateParser @"XMLHTML"
#define GSWOPTVALUE_LifebeatEnabled @"YES"
#define GSWOPTVALUE_LifebeatDestinationHost @"localhost"
#define GSWOPTVALUE_LifebeatDestinationPort @"1085"
#define GSWOPTVALUE_LifebeatInterval @"30"
#define GSWOPTVALUE_DefaultUndoStackLimit @"10"
#define GSWOPTVALUE_LockDefaultEditingContext @"NO"
#define GSWOPTVALUE_WorkerThreadCountMin @"16"
#define GSWOPTVALUE_WorkerThreadCountMax @"256"
#define GSWOPTVALUE_AcceptedContentEncoding @"gzip"
#endif // _GSWebConfig_h__