Changeset 2966 for trunk/config
- Timestamp:
- Nov 28, 2006, 11:00:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/dist/base.config
r2959 r2966 31 31 db.dialect = org.hibernate.dialect.MySQLInnoDBDialect 32 32 db.driver = com.mysql.jdbc.Driver 33 db.url = jdbc:mysql://localhost/base2 33 db.url = jdbc:mysql://localhost/base2?useCursorFetch=true&defaultFetchSize=100 34 34 db.dynamic.catalog = base2dynamic 35 35 db.queries = /mysql-queries.xml 36 export.max.items = 2000036 #export.max.items = 20000 37 37 38 38 # --------
Note: See TracChangeset
for help on using the changeset viewer.