mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-15 16:11:24 +00:00
GSWOPTVALUE_WorkerThreadCountMax 256 -> 32
This commit is contained in:
parent
6688ff9af3
commit
143b590b70
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
removed category on NSUserDefaults
|
||||
* GSWDefaultAdaptor.m
|
||||
removed _workerThreadCountMax = 16
|
||||
* GSWeb/GSWConfig.h
|
||||
GSWOPTVALUE_WorkerThreadCountMax 256 -> 32
|
||||
2017-12-25 David Wetzel <dave@turbocat.de>
|
||||
* GSWDatabase/WODisplayGroup.m
|
||||
fix format string and NSArray / NSMutableArray bugs
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#define GSWOPTVALUE_DefaultUndoStackLimit @"10"
|
||||
#define GSWOPTVALUE_LockDefaultEditingContext @"NO"
|
||||
#define GSWOPTVALUE_WorkerThreadCountMin @"16"
|
||||
#define GSWOPTVALUE_WorkerThreadCountMax @"256"
|
||||
#define GSWOPTVALUE_WorkerThreadCountMax @"32"
|
||||
#define GSWOPTVALUE_DisplayExceptionPages @"YES"
|
||||
#define GSWOPTVALUE_AllowsCacheControlHeader @"NO"
|
||||
#endif // _GSWebConfig_h__
|
||||
|
|
Loading…
Reference in a new issue