Increase some limits

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22170 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-12-15 18:54:19 +00:00
parent 9d58357ce8
commit c84f8fbf7d
3 changed files with 11 additions and 2 deletions

View file

@ -93,7 +93,7 @@
/*
* Largest chunk of data possible in DO
*/
static gsu32 maxDataLength = 10 * 1024 * 1024;
static gsu32 maxDataLength = 32 * 1024 * 1024;
#if 0
#define M_LOCK(X) {NSDebugMLLog(@"NSMessagePort",@"lock %@",X); [X lock];}