GSWOPTVALUE_WorkerThreadCountMax 256 -> 32

This commit is contained in:
David Wetzel 2017-12-28 13:52:49 -05:00
parent 6688ff9af3
commit 143b590b70
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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__