]> err.no Git - sope/commitdiff
bumbed max connection count
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 12 Apr 2005 17:51:04 +0000 (17:51 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 12 Apr 2005 17:51:04 +0000 (17:51 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@733 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-gdl1/SQLite3/ChangeLog
sope-gdl1/SQLite3/SQLiteChannel.m
sope-gdl1/SQLite3/Version

index 8e3310f0182f44cc43f964dbec6ef0ed60b16380..1d00e394b04fd37a6f8ea370de4e25cb2cc7873b 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SQLiteChannel.m: bumped max connection count from 15 to 150 (v4.5.16)
+
 2005-04-11  Helge Hess  <helge.hess@opengroupware.org>
 
        * SQLiteChannel.h, SQLiteAdaptor.m: removed unused ivars (v4.5.15)
index f380f1724c9146a8fe0c0cdd4aca73a813b2df85..179dc373ddbabe2627c58114e3fab4e87ce24dda 100644 (file)
@@ -109,7 +109,7 @@ static int openConnectionCount = 0;
     [[NSUserDefaults standardUserDefaults]
                      integerForKey:@"SQLiteMaxOpenConnectionCount"];
   if (MaxOpenConnectionCount == 0)
-    MaxOpenConnectionCount = 15;
+    MaxOpenConnectionCount = 150;
   return MaxOpenConnectionCount;
 }
 
index cb19d00e6ced7918a3ba059adf50aa14fb9d6789..a80c05fb9aa43e6322582d902540a36087fd6366 100644 (file)
@@ -1,3 +1,3 @@
 # Version file
 
-SUBMINOR_VERSION:=15
+SUBMINOR_VERSION:=16