+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)
[[NSUserDefaults standardUserDefaults]
integerForKey:@"SQLiteMaxOpenConnectionCount"];
if (MaxOpenConnectionCount == 0)
- MaxOpenConnectionCount = 15;
+ MaxOpenConnectionCount = 150;
return MaxOpenConnectionCount;
}
# Version file
-SUBMINOR_VERSION:=15
+SUBMINOR_VERSION:=16